Removes unused import

This commit is contained in:
Joe Schr 2024-02-12 09:39:09 +01:00
parent e60b997fd0
commit 50070bc2ca

View File

@ -14,7 +14,6 @@ from pandas import DataFrame, Timedelta, Timestamp, to_timedelta
from freqtrade.configuration import TimeRange
from freqtrade.constants import (FULL_DATAFRAME_THRESHOLD, Config, ListPairsWithTimeframes,
PairWithTimeframe)
from freqtrade.data.converter import public_trades_to_dataframe
from freqtrade.data.history import get_datahandler, load_pair_history
from freqtrade.enums import CandleType, RPCMessageType, RunMode
from freqtrade.exceptions import ExchangeError, OperationalException