Remove unclear comment

This commit is contained in:
hroff-1902
2020-02-03 09:37:50 +03:00
committed by GitHub
parent f3d500085c
commit df249c7c03

View File

@@ -25,8 +25,6 @@ from freqtrade.exchange.common import BAD_EXCHANGES, retrier, retrier_async
from freqtrade.misc import deep_merge_dicts from freqtrade.misc import deep_merge_dicts
# Should probably use typing.Literal when we switch to python 3.8+
# CcxtModuleType = Literal[ccxt, ccxt_async]
CcxtModuleType = Any CcxtModuleType = Any