1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 20:41:09 +08:00

black format

This commit is contained in:
bxdd
2021-03-29 20:16:00 +08:00
parent fb7f84f31e
commit 8743576f72
7 changed files with 18 additions and 17 deletions

View File

@@ -119,7 +119,7 @@ class DataHandler(Serializable):
self.start_time = start_time
if end_time:
self.end_time = end_time
def setup_data(self, enable_cache: bool = False):
"""
Set Up the data.
@@ -407,7 +407,7 @@ class DataHandlerLP(DataHandler):
if self.drop_raw:
del self._data
def config(self, processor_kwargs:dict = None, **kwargs):
def config(self, processor_kwargs: dict = None, **kwargs):
"""
configuration of data.
# what data to be loaded from data source