From 3f73687a59553e64d647b93e5ca8f89e32f1ee84 Mon Sep 17 00:00:00 2001 From: aszerW Date: Mon, 22 Jun 2026 21:45:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(datasource):=20=E7=B1=BB=E5=9E=8B=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=E4=BD=BF=E7=94=A8=E5=AD=97=E7=AC=A6=E4=B8=B2=E5=89=8D?= =?UTF-8?q?=E5=90=91=E5=BC=95=E7=94=A8=E9=81=BF=E5=85=8D=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datasource/ccxt_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasource/ccxt_source.py b/datasource/ccxt_source.py index 33c2329..320c8ff 100644 --- a/datasource/ccxt_source.py +++ b/datasource/ccxt_source.py @@ -117,7 +117,7 @@ class CCXTSource: self._proxy_started = False print("socks2http 代理已停止") - def _create_exchange(self) -> Optional[ccxt.Exchange]: + def _create_exchange(self) -> Optional['ccxt.Exchange']: """创建交易所实例""" if not CCXT_AVAILABLE: return None