1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 16:26:55 +08:00

black format

This commit is contained in:
bxdd
2021-04-29 02:29:29 +08:00
parent 49cdaf8f5d
commit f404a031f3
16 changed files with 275 additions and 172 deletions

View File

@@ -7,12 +7,10 @@ from .model_strategy import (
WeightStrategyBase,
)
from .rule_strategy import(
from .rule_strategy import (
TWAPStrategy,
SBBStrategyBase,
SBBStrategyEMA,
)
from .cost_control import (
SoftTopkStrategy
)
from .cost_control import SoftTopkStrategy