mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-06 13:00:45 +08:00
STY: Indentation fix in stddev.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user