Fix random test failures

This commit is contained in:
Matthias 2019-09-08 14:02:32 +02:00
parent 3d028f512e
commit 13932f55f5
1 changed files with 0 additions and 2 deletions

View File

@ -1,3 +1 @@
from freqtrade.strategy.interface import IStrategy # noqa: F401
# Import Default-Strategy to have hyperopt correctly resolve
from freqtrade.strategy.default_strategy import DefaultStrategy # noqa: F401