Skip to content

Commit e6d4b11

Browse files
committed
Fix imports
1 parent acc8bdc commit e6d4b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_server_selection_in_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
from test import IntegrationTest, client_context, unittest
2121
from test.utils import (
2222
OvertCommandListener,
23-
SpecTestCreator,
2423
get_pool,
2524
rs_client,
2625
wait_until,
2726
)
2827
from test.utils_selection_tests import create_topology
28+
from test.utils_spec_runner import SpecTestCreator
2929

3030
from pymongo.common import clean_node
3131
from pymongo.operations import _Op

0 commit comments

Comments
 (0)