mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
chore: improved module docstring
This commit is contained in:
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…
Reference in New Issue
Block a user