1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 12:00:58 +08:00

black format

This commit is contained in:
bxdd
2020-12-10 09:02:43 +00:00
parent 0be57d51be
commit 87cc52cd05
2 changed files with 6 additions and 2 deletions

View File

@@ -1385,6 +1385,7 @@ class Cov(PairRolling):
def __init__(self, feature_left, feature_right, N):
super(Cov, self).__init__(feature_left, feature_right, N, "cov")
Operators = OpsWrapper()
OpsList = [
@@ -1435,4 +1436,4 @@ OpsList = [
If,
]
Operators.register(OpsList)
Operators.register(OpsList)