chore: use __all__ for hyperopt main export

This commit is contained in:
Matthias
2024-11-15 07:24:46 +01:00
parent 49e85e0680
commit cbc4bb5420

View File

@@ -1,3 +1,5 @@
# flake8: noqa: F401
from freqtrade.optimize.hyperopt.hyperopt import Hyperopt from freqtrade.optimize.hyperopt.hyperopt import Hyperopt
from freqtrade.optimize.hyperopt_loss.hyperopt_loss_interface import IHyperOptLoss from freqtrade.optimize.hyperopt_loss.hyperopt_loss_interface import IHyperOptLoss
__all__ = ["Hyperopt", "IHyperOptLoss"]