Skip to content

Commit 0e744fb

Browse files
committed
fix import
1 parent 01c9bd4 commit 0e744fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/asynchronous/test_server_selection.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
sys.path[0:0] = [""]
3232

3333
from test.asynchronous import AsyncIntegrationTest, async_client_context, unittest
34+
from test.asynchronous.utils_selection_tests import (
35+
create_selection_tests,
36+
get_addresses,
37+
get_topology_settings_dict,
38+
make_server_description,
39+
)
3440
from test.utils import (
3541
EventListener,
3642
FunctionCallRecorder,
3743
OvertCommandListener,
3844
async_wait_until,
3945
)
40-
from test.utils_selection_tests import (
41-
create_selection_tests,
42-
get_addresses,
43-
get_topology_settings_dict,
44-
make_server_description,
45-
)
4646

4747
_IS_SYNC = False
4848

0 commit comments

Comments
 (0)