Applies flake8 recommendation. Whitespace wrangling.

This commit is contained in:
Eddie Hebert
2012-10-19 14:14:53 -04:00
parent d2283ea887
commit e9d4f1d9d0
+1
View File
@@ -458,6 +458,7 @@ class BatchTransform(EventWindow):
self.compute_transform_value = f
return self.handle_data
def batch_transform(func):
"""Decorator function to use instead of inheriting from BatchTransform.
For an example on how to use this, see the doc string of BatchTransform.