fix: import Optional

This commit is contained in:
Yeuoly 2024-12-24 21:56:55 +08:00
parent ee080dddf9
commit f589397f25
1 changed files with 1 additions and 1 deletions

View File

@ -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