Skip to content

Commit 67a47f2

Browse files
committed
Lint
1 parent 603f587 commit 67a47f2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/asynchronous/test_async_network_layer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323

2424
sys.path[0:0] = [""]
2525

26-
from test.asynchronous import AsyncUnitTest, unittest
27-
2826
from pymongo.common import MAX_MESSAGE_SIZE
2927
from pymongo.errors import ProtocolError
3028
from pymongo.network_layer import PyMongoProtocol, _async_socket_receive
29+
from test.asynchronous import AsyncUnitTest, unittest
3130

3231

3332
async def _make_protocol(timeout=None):

0 commit comments

Comments
 (0)