From 496c4947bde81e0135737a3a0349a83b1f7af97a Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 21 May 2025 19:34:30 +0200 Subject: [PATCH] chore: Fix lint error --- freqtrade/optimize/analysis/lookahead_helpers.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/freqtrade/optimize/analysis/lookahead_helpers.py b/freqtrade/optimize/analysis/lookahead_helpers.py index bdf2af8c2..8c5ce6cb4 100644 --- a/freqtrade/optimize/analysis/lookahead_helpers.py +++ b/freqtrade/optimize/analysis/lookahead_helpers.py @@ -154,9 +154,7 @@ class LookaheadAnalysisSubFunctions: "Targeted trade amount can't be smaller than minimum trade amount." ) config["max_open_trades"] = -1 - logger.info( - f"Forced max_open_trades to -1 (same amount as there are pairs)" - ) + logger.info("Forced max_open_trades to -1 (same amount as there are pairs)") min_dry_run_wallet = 1000000000 if get_dry_run_wallet(config) < min_dry_run_wallet: