mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
added type spec
This commit is contained in:
@@ -91,5 +91,5 @@ class HyperOptAuto(IHyperOpt):
|
||||
def trailing_space(self) -> List['Dimension']:
|
||||
return self._get_func('trailing_space')()
|
||||
|
||||
def generate_estimator(self, dimensions) -> EstimatorType:
|
||||
def generate_estimator(self, dimensions: List['Dimension']) -> EstimatorType:
|
||||
return self._get_func('generate_estimator')(dimensions)
|
||||
|
||||
Reference in New Issue
Block a user