Type custom_hyperopt

This commit is contained in:
Matthias 2021-03-27 18:00:07 +01:00
parent 4fd7bedcb2
commit 8022386404
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class Hyperopt:
hyperopt = Hyperopt(config) hyperopt = Hyperopt(config)
hyperopt.start() hyperopt.start()
""" """
custom_hyperopt: IHyperOpt
def __init__(self, config: Dict[str, Any]) -> None: def __init__(self, config: Dict[str, Any]) -> None:
self.config = config self.config = config