mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
fix method name typo in eventwindow
This commit is contained in:
@@ -184,7 +184,7 @@ class EventWindow:
|
||||
if self.market_aware:
|
||||
self.drop_condition = self.out_of_market_window
|
||||
else:
|
||||
self.drop_condition = self.out_of_timedelta
|
||||
self.drop_condition = self.out_of_delta
|
||||
|
||||
@abstractmethod
|
||||
def handle_add(self, event):
|
||||
|
||||
Reference in New Issue
Block a user