Fix imports after dev merge

This commit is contained in:
Matthias
2024-03-16 16:45:48 +01:00
parent 88e25df78c
commit 9020c3290c

View File

@@ -39,7 +39,7 @@ def _convert_timeframe_to_pandas_frequency(timeframe: str):
def _calculate_ohlcv_candle_start_and_end(df: pd.DataFrame, timeframe: str):
from freqtrade.exchange.exchange_utils import timeframe_to_resample_freq
from freqtrade.exchange import timeframe_to_resample_freq
_, timeframe_minutes = _convert_timeframe_to_pandas_frequency(
timeframe)