Skip to content

Commit 14a7266

Browse files
committed
polish
1 parent 7050390 commit 14a7266

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

splitio/push/manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Push subsystem manager class and helpers."""
2-
import pytest
32
import logging
43
from threading import Timer
54
import abc

splitio/storage/inmemmory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,7 @@ def pop_streaming_events(self):
12061206
def get_session_length(self):
12071207
"""Get session length"""
12081208
pass
1209+
12091210
def pop_update_from_sse(self, event):
12101211
"""Get and reset update from sse."""
12111212
pass

0 commit comments

Comments
 (0)