chore: 移除不必要的json导入

This commit is contained in:
snaily
2025-07-18 22:33:46 +08:00
parent c0a473ed19
commit fb572fa849

View File

@@ -7,7 +7,6 @@ from abc import ABC, abstractmethod
from app.config.config import settings
from app.log.logger import get_api_client_logger
from app.core.constants import DEFAULT_TIMEOUT
import json
logger = get_api_client_logger()