fix: import Optional

pull/12372/head
Yeuoly 1 year ago
parent ee080dddf9
commit f589397f25

@ -1,9 +1,9 @@
import re
from typing import Optional
import uuid
from json import dumps as json_dumps
from json import loads as json_loads
from json.decoder import JSONDecodeError
from typing import Optional
from requests import get
from yaml import YAMLError, safe_load # type: ignore

Loading…
Cancel
Save