We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7050390 commit 14a7266Copy full SHA for 14a7266
splitio/push/manager.py
@@ -1,5 +1,4 @@
1
"""Push subsystem manager class and helpers."""
2
-import pytest
3
import logging
4
from threading import Timer
5
import abc
splitio/storage/inmemmory.py
@@ -1206,6 +1206,7 @@ def pop_streaming_events(self):
1206
def get_session_length(self):
1207
"""Get session length"""
1208
pass
1209
+
1210
def pop_update_from_sse(self, event):
1211
"""Get and reset update from sse."""
1212
0 commit comments