remove unused imports

This commit is contained in:
Matthias
2021-03-27 10:40:48 +01:00
parent e934d3ddfb
commit 786ddc6a91
5 changed files with 14 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# flake8: noqa: F401
from freqtrade.exchange import (timeframe_to_minutes, timeframe_to_msecs, timeframe_to_next_date,
timeframe_to_prev_date, timeframe_to_seconds)
from freqtrade.strategy.hyper import CategoricalParameter, FloatParameter, IntParameter
from freqtrade.strategy.interface import IStrategy
from freqtrade.strategy.hyper import IntParameter, FloatParameter, CategoricalParameter
from freqtrade.strategy.strategy_helper import merge_informative_pair, stoploss_from_open