From fb572fa849607a1ce128d9a2c67fb9e5ac1424c5 Mon Sep 17 00:00:00 2001 From: snaily Date: Fri, 18 Jul 2025 22:33:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84json=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/client/api_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/service/client/api_client.py b/app/service/client/api_client.py index d92d661..adc4865 100644 --- a/app/service/client/api_client.py +++ b/app/service/client/api_client.py @@ -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()