STY: PEP8 fixes.

This commit is contained in:
twiecki
2014-03-26 20:46:20 +09:00
parent 56c5c7e45a
commit 4bdecd6402
8 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -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?