Fix docstrings and typo
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# pragma pylint: disable=missing-docstring
|
||||
"""
|
||||
Handle historic data (ohlcv).
|
||||
includes:
|
||||
* load data for a pair (or a list of pairs) from disk
|
||||
* download data from exchange and store to disk
|
||||
"""
|
||||
|
||||
import gzip
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user