We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285dd6b commit 816a4b8Copy full SHA for 816a4b8
2 files changed
test/asynchronous/test_client_backpressure.py
@@ -19,11 +19,9 @@
19
import pathlib
20
import sys
21
from time import perf_counter
22
-from unittest import mock
23
from unittest.mock import patch
24
25
from pymongo.common import MAX_ADAPTIVE_RETRIES
26
-from pymongo.monitoring import CommandFailedEvent
27
28
sys.path[0:0] = [""]
29
test/test_client_backpressure.py
0 commit comments