From 67415dd7e227008f6943b8052ff07b9b44c7758d Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 11 Nov 2024 19:53:04 +0100 Subject: [PATCH] chore: improved module docstring --- freqtrade/optimize/hyperopt/hyperopt_optimizer.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/freqtrade/optimize/hyperopt/hyperopt_optimizer.py b/freqtrade/optimize/hyperopt/hyperopt_optimizer.py index 59b352bdd..bd234aa57 100644 --- a/freqtrade/optimize/hyperopt/hyperopt_optimizer.py +++ b/freqtrade/optimize/hyperopt/hyperopt_optimizer.py @@ -1,7 +1,6 @@ -# pragma pylint: disable=too-many-instance-attributes, pointless-string-statement - """ -This module contains the hyperopt logic +This module contains the hyperopt optimizer class, which needs to be pickled +and will be sent to the hyperopt worker processes. """ import logging