added type spec
This commit is contained in:
parent
a6a127f596
commit
a4dbdb549d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user