We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97685b0 commit ef7da9eCopy full SHA for ef7da9e
qlib/data/data.py
@@ -308,9 +308,7 @@ def get_inst_type(cls, inst):
308
raise ValueError(f"Unknown instrument type {inst}")
309
310
311
-class FeatureProvider(
312
- abc.ABC,
313
-):
+class FeatureProvider(abc.ABC):
314
"""Feature provider class
315
316
Provide feature data.
@@ -712,7 +710,7 @@ def __init__(
712
710
self.uri = uri
713
711
# TODO:
714
# retry connecting if error occurs
715
- # is it real matters?
+ # does it real matters?
716
self.retry_time = retry_time
717
# NOTE: this is especially important for TResample operator
718
self.market_transaction_time_list = market_transaction_time_list
0 commit comments