mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
STY: PEP8 fixes.
This commit is contained in:
@@ -342,7 +342,7 @@ class BatchTransform(object):
|
||||
if self.refresh_period == 0:
|
||||
period_signals_update = True
|
||||
else:
|
||||
# 1. Is the refresh period over?
|
||||
# 1. Is the refresh period over?
|
||||
period_signals_update = (
|
||||
self.trading_days_total % self.refresh_period == 0)
|
||||
# 2. Have the args or kwargs been changed since last time?
|
||||
|
||||
Reference in New Issue
Block a user