We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d92805 commit 4a52608Copy full SHA for 4a52608
test/asynchronous/test_retryable_reads.py
@@ -21,7 +21,6 @@
21
import threading
22
from test.asynchronous.utils import async_set_fail_point
23
24
-from pymongo import ReadPreference
25
from pymongo.errors import OperationFailure
26
27
sys.path[0:0] = [""]
test/test_retryable_reads.py
from test.utils import set_fail_point
0 commit comments