Skip to content

Commit 7a71afc

Browse files
committed
Lint
1 parent f236c23 commit 7a71afc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/test_network_layer.py

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

2828
sys.path[0:0] = [""]
2929

30-
from test import UnitTest, unittest
31-
3230
from pymongo import network_layer
3331
from pymongo.common import MAX_MESSAGE_SIZE
3432
from pymongo.errors import ProtocolError
33+
from test import UnitTest, unittest
3534

3635

3736
def _make_header(length, request_id, response_to, op_code):

0 commit comments

Comments
 (0)