mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
chore: use __all__ for hyperopt main export
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# flake8: noqa: F401
|
||||
from freqtrade.optimize.hyperopt.hyperopt import Hyperopt
|
||||
from freqtrade.optimize.hyperopt_loss.hyperopt_loss_interface import IHyperOptLoss
|
||||
|
||||
|
||||
__all__ = ["Hyperopt", "IHyperOptLoss"]
|
||||
|
||||
Reference in New Issue
Block a user