Fix some tests and rebase issues

This commit is contained in:
Matthias
2018-11-07 19:46:04 +01:00
parent 8044846d37
commit 7b62e71f23
5 changed files with 194 additions and 517 deletions

View File

@@ -20,6 +20,7 @@ from pandas import DataFrame
from freqtrade import misc, constants, OperationalException
from freqtrade.exchange import Exchange
from freqtrade.arguments import TimeRange
from freqtrade.optimize.default_hyperopt import DefaultHyperOpts # noqa: F401
logger = logging.getLogger(__name__)