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

black format

This commit is contained in:
bxdd
2021-01-26 07:33:50 +00:00
parent 8e9ca22b07
commit 58616fced9
3 changed files with 10 additions and 13 deletions

View File

@@ -1479,7 +1479,7 @@ Operators = OpsWrapper()
def register_all_ops(C):
"""register all operator"""
logger = get_module_logger("ops")
Operators.reset()
Operators.register(OpsList)