chore: improved module docstring

This commit is contained in:
Matthias 2024-11-11 19:53:04 +01:00
parent 7e96e7af83
commit 67415dd7e2

View File

@ -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