mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 16:56:54 +08:00
black format
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user