fix: import Optional

This commit is contained in:
Yeuoly 2024-12-24 21:56:55 +08:00
parent ee080dddf9
commit f589397f25

View File

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