1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-15 16:56:54 +08:00

black format

This commit is contained in:
bxdd
2021-03-25 22:08:39 +08:00
parent 5f60d18dfe
commit 4ee0240c24

View File

@@ -116,7 +116,6 @@ class DataHandler(Serializable):
if k in attr_list: if k in attr_list:
setattr(self, k, v) setattr(self, k, v)
def init(self, enable_cache: bool = False): def init(self, enable_cache: bool = False):
""" """
initialize the data. initialize the data.
@@ -404,7 +403,6 @@ class DataHandlerLP(DataHandler):
if self.drop_raw: if self.drop_raw:
del self._data del self._data
def conf_data(self, **kwargs): def conf_data(self, **kwargs):
""" """
configuration of data. configuration of data.