mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-18 18:04:31 +08:00
black format
This commit is contained in:
@@ -116,7 +116,6 @@ class DataHandler(Serializable):
|
||||
if k in attr_list:
|
||||
setattr(self, k, v)
|
||||
|
||||
|
||||
def init(self, enable_cache: bool = False):
|
||||
"""
|
||||
initialize the data.
|
||||
@@ -404,7 +403,6 @@ class DataHandlerLP(DataHandler):
|
||||
if self.drop_raw:
|
||||
del self._data
|
||||
|
||||
|
||||
def conf_data(self, **kwargs):
|
||||
"""
|
||||
configuration of data.
|
||||
|
||||
Reference in New Issue
Block a user