mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Fix imports after dev merge
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user