STY: fixed flake8 failing test

This commit is contained in:
ChrisPappalardo
2016-06-02 19:50:05 -07:00
committed by Joe Jevnik
parent 5888cf1657
commit 072ada812a
+2 -1
View File
@@ -653,7 +653,8 @@ class TrueRange(CustomFactor):
Indicates the true degree of daily price change in an underlying.
"""
inputs = (USEquityPricing.high, USEquityPricing.low, USEquityPricing.close, )
inputs = (USEquityPricing.high, USEquityPricing.low,
USEquityPricing.close, )
window_length = 2
def compute(self, today, assets, out, highs, lows, closes):