We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f060548 commit b9c7712Copy full SHA for b9c7712
freqtrade/optimize/hyperopt/hyperopt_optimizer.py
@@ -114,7 +114,7 @@ def prepare_hyperopt(self) -> None:
114
def get_strategy_name(self) -> str:
115
return self.backtesting.strategy.get_strategy_name()
116
117
- def hyperopt_pickle_magic(self, bases) -> None:
+ def hyperopt_pickle_magic(self, bases: tuple[type, ...]) -> None:
118
"""
119
Hyperopt magic to allow strategy inheritance across files.
120
For this to properly work, we need to register the module of the imported class
0 commit comments