Skip to content

Commit 41d7843

Browse files
committed
Fix imports
1 parent 39fa31c commit 41d7843

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/aio/test_aio_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# limitations under the License
1313
import os
1414
import pickle
15-
import sys
1615
from io import StringIO
1716
from json import JSONDecodeError
1817
from ssl import SSLContext

tests/aio/test_async_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# limitations under the License
1313

1414
import pickle
15-
import sys
1615
from unittest import mock
1716

1817
# noinspection PyPackageRequirements

0 commit comments

Comments
 (0)