1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

fix PEP8: qlib/scripts/data_collector/fund/collector.py

This commit is contained in:
zhupr
2021-06-08 22:52:31 +08:00
parent 03eb0882de
commit 9a44fbf9c1

View File

@@ -165,6 +165,7 @@ class FundollectorCN(FundCollector, ABC):
class FundCollectorCN1d(FundollectorCN):
pass
class FundNormalize(BaseNormalize):
DAILY_FORMAT = "%Y-%m-%d"