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