This commit is contained in:
2025-12-04 09:35:40 +08:00
parent 5a4f87eacb
commit ecd17c7721
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
import json
import aiohttp
from typing import Optional, Dict, Any, Union, List
from aiohttp import ClientTimeout, ClientSession
from astrbot.api import logger
class APIClient: