We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c56349 commit f236c23Copy full SHA for f236c23
1 file changed
test/asynchronous/test_async_network_layer.py
@@ -23,11 +23,10 @@
23
24
sys.path[0:0] = [""]
25
26
-from test.asynchronous import AsyncUnitTest, unittest
27
-
28
from pymongo.common import MAX_MESSAGE_SIZE
29
from pymongo.errors import ProtocolError
30
from pymongo.network_layer import PyMongoProtocol, _async_socket_receive
+from test.asynchronous import AsyncUnitTest, unittest
31
32
33
async def _make_protocol(timeout=None):
0 commit comments