refactor: ruff

This commit is contained in:
Dr.Lt.Data
2024-12-18 12:30:47 +09:00
parent 222254896c
commit 46a6afcc19
7 changed files with 25 additions and 30 deletions

View File

@@ -1,5 +1,3 @@
import traceback
import aiohttp
import json
import threading
@@ -115,7 +113,7 @@ async def get_data(uri, silent=False):
json_obj = json.loads(json_text)
if not silent:
print(f" [DONE]")
print(" [DONE]")
return json_obj