From 4281642f54a40be656ba5da90bf2dac784dd1b74 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 15 Mar 2024 06:51:02 +0100 Subject: [PATCH] Fix flake failure due to flake update --- freqtrade/freqai/freqai_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/freqai/freqai_interface.py b/freqtrade/freqai/freqai_interface.py index 574bec348..d9bc8d3a4 100644 --- a/freqtrade/freqai/freqai_interface.py +++ b/freqtrade/freqai/freqai_interface.py @@ -825,7 +825,7 @@ class IFreqaiModel(ABC): """ if self.config.get("freqai_backtest_live_models", False) and len_dataframe_backtest == 0: logger.info(f"No data found for pair {pair} from " - f"from { tr_backtest.start_fmt} to {tr_backtest.stop_fmt}. " + f"from {tr_backtest.start_fmt} to {tr_backtest.stop_fmt}. " "Probably more than one training within the same candle period.") return False return True