From cfd4926f47b3bdcf8371de343abb19d4d18afeef Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 5 Nov 2025 20:03:03 +0100 Subject: [PATCH] chore: fix odd indentation error --- freqtrade/optimize/hyperopt/hyperopt_auto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freqtrade/optimize/hyperopt/hyperopt_auto.py b/freqtrade/optimize/hyperopt/hyperopt_auto.py index 3120971d6..30b649ccd 100644 --- a/freqtrade/optimize/hyperopt/hyperopt_auto.py +++ b/freqtrade/optimize/hyperopt/hyperopt_auto.py @@ -38,8 +38,8 @@ def _format_exception_message(space: str, ignore_missing_space: bool) -> None: class HyperOptAuto(IHyperOpt): """ This class delegates functionality to Strategy(IHyperStrategy) and Strategy.HyperOpt classes. - Most of the time Strategy.HyperOpt class would only implement indicator_space and - sell_indicator_space methods, but other hyperopt methods can be overridden as well. + Most of the time Strategy.HyperOpt class would only implement indicator_space and + sell_indicator_space methods, but other hyperopt methods can be overridden as well. """ def _get_func(self, name) -> Callable: