Skip to content

Commit b293b77

Browse files
committed
import style
1 parent e1a7bc5 commit b293b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_replica_set_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import threading
2727
import traceback
2828
import unittest
29-
from pymongo import auth
3029

3130
sys.path[0:0] = [""]
3231

@@ -46,6 +45,7 @@
4645
ConnectionFailure,
4746
InvalidName,
4847
OperationFailure, InvalidOperation)
48+
from pymongo import auth
4949
from test import version, port, pair
5050
from test.pymongo_mocks import MockReplicaSetClient
5151
from test.utils import (

0 commit comments

Comments
 (0)