Skip to content

Commit 4a52608

Browse files
committed
Remove unneeded import
1 parent 1d92805 commit 4a52608

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/test_retryable_reads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import threading
2222
from test.asynchronous.utils import async_set_fail_point
2323

24-
from pymongo import ReadPreference
2524
from pymongo.errors import OperationFailure
2625

2726
sys.path[0:0] = [""]

test/test_retryable_reads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import threading
2222
from test.utils import set_fail_point
2323

24-
from pymongo import ReadPreference
2524
from pymongo.errors import OperationFailure
2625

2726
sys.path[0:0] = [""]

0 commit comments

Comments
 (0)