Merge pull request #2828 from yazeed/line_alignment_fixes

fixed some more line alignments
This commit is contained in:
Matthias 2020-02-01 11:19:28 +01:00 committed by GitHub
commit 19d4e1435c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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