wording fixed

This commit is contained in:
hroff-1902
2019-06-12 22:37:43 +03:00
parent dc7f883751
commit 0cc2210f22
3 changed files with 16 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
from freqtrade.exchange.exchange import Exchange # noqa: F401
from freqtrade.exchange.exchange import (is_exchange_bad, # noqa: F401
is_exchange_known,
is_exchange_available,
is_exchange_officially_supported,
known_exchanges)
available_exchanges)
from freqtrade.exchange.exchange import (timeframe_to_seconds, # noqa: F401
timeframe_to_minutes,
timeframe_to_msecs)