Skip to content

Commit c5360fd

Browse files
committed
clean code
1 parent 97685b0 commit c5360fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

qlib/data/data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,7 @@ def get_inst_type(cls, inst):
308308
raise ValueError(f"Unknown instrument type {inst}")
309309

310310

311-
class FeatureProvider(
312-
abc.ABC,
313-
):
311+
class FeatureProvider(abc.ABC):
314312
"""Feature provider class
315313
316314
Provide feature data.

0 commit comments

Comments
 (0)