From 9a44fbf9c1e797fe99c9ef283586544347eede0d Mon Sep 17 00:00:00 2001 From: zhupr Date: Tue, 8 Jun 2021 22:52:31 +0800 Subject: [PATCH] fix PEP8: qlib/scripts/data_collector/fund/collector.py --- scripts/data_collector/fund/collector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/data_collector/fund/collector.py b/scripts/data_collector/fund/collector.py index fc06a27e4..7b5566f72 100644 --- a/scripts/data_collector/fund/collector.py +++ b/scripts/data_collector/fund/collector.py @@ -165,6 +165,7 @@ class FundollectorCN(FundCollector, ABC): class FundCollectorCN1d(FundollectorCN): pass + class FundNormalize(BaseNormalize): DAILY_FORMAT = "%Y-%m-%d"