Ruff: reformatter

This commit is contained in:
Yeuoly
2024-10-14 16:25:51 +08:00
parent ae1eeb9b2a
commit dd551e6ca8
13 changed files with 1852 additions and 168 deletions

View File

@ -3,7 +3,6 @@ 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