STY: Indentation fix in stddev.

This commit is contained in:
Eddie Hebert
2014-02-20 17:23:37 -05:00
parent 57c56351e9
commit c139afb6a9
+3 -3
View File
@@ -79,9 +79,9 @@ class MovingStandardDev(with_metaclass(TransformMeta)):
the returns transform.
"""
if 'price' not in event:
raise WrongDataForTransform(
transform="StdDevEventWindow",
fields='price')
raise WrongDataForTransform(
transform="StdDevEventWindow",
fields='price')
class MovingStandardDevWindow(EventWindow):