chore: improved module docstring

pull/10919/head
Matthias 1 year ago
parent 7e96e7af83
commit 67415dd7e2

@ -1,7 +1,6 @@
# pragma pylint: disable=too-many-instance-attributes, pointless-string-statement
"""
This module contains the hyperopt logic
This module contains the hyperopt optimizer class, which needs to be pickled
and will be sent to the hyperopt worker processes.
"""
import logging

Loading…
Cancel
Save