mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 09:08:25 +08:00
Ensures that EventWindow is a new style object.
This commit is contained in:
@@ -150,7 +150,7 @@ class StatefulTransform(object):
|
||||
|
||||
log.info('Finished StatefulTransform [%s]' % self.get_hash())
|
||||
|
||||
class EventWindow:
|
||||
class EventWindow(object):
|
||||
"""
|
||||
Abstract base class for transform classes that calculate iterative
|
||||
metrics on events within a given timedelta. Maintains a list of
|
||||
|
||||
Reference in New Issue
Block a user