sort imports

This commit is contained in:
Janne Sinivirta
2018-07-04 10:31:35 +03:00
committed by creslinux
parent 218574f8b5
commit 08cc0dc131
29 changed files with 71 additions and 65 deletions

View File

@@ -12,9 +12,9 @@ import arrow
from pandas import DataFrame
from freqtrade.analyze import Analyze, SignalType
from freqtrade.optimize.__init__ import load_tickerdata_file
from freqtrade.arguments import TimeRange
from freqtrade.tests.conftest import log_has, get_patched_exchange
from freqtrade.optimize.__init__ import load_tickerdata_file
from freqtrade.tests.conftest import get_patched_exchange, log_has
# Avoid to reinit the same object again and again
_ANALYZE = Analyze({'strategy': 'DefaultStrategy'})