Skip to content

Commit 3ac18b5

Browse files
committed
polish
1 parent fa08859 commit 3ac18b5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

splitio/push/sse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import logging
33
import socket
44
import abc
5-
import pytest
65
from collections import namedtuple
76
from http.client import HTTPConnection, HTTPSConnection
87
from urllib.parse import urlparse

tests/push/test_sse.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
import time
44
import threading
55
import pytest
6-
from concurrent.futures import ProcessPoolExecutor
76

87
from splitio.push.sse import SSEClient, SSEEvent, SSEClientAsync
9-
from splitio.optional.loaders import asyncio, aiohttp
8+
from splitio.optional.loaders import asyncio
109
from tests.helpers.mockserver import SSEMockServer
11-
from tests.helpers.async_http_server import AsyncHTTPServer
1210

1311
class SSEClientTests(object):
1412
"""SSEClient test cases."""

0 commit comments

Comments
 (0)