Skip to content

Commit 816a4b8

Browse files
committed
Remove unneeded imports
1 parent 285dd6b commit 816a4b8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

test/asynchronous/test_client_backpressure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
import pathlib
2020
import sys
2121
from time import perf_counter
22-
from unittest import mock
2322
from unittest.mock import patch
2423

2524
from pymongo.common import MAX_ADAPTIVE_RETRIES
26-
from pymongo.monitoring import CommandFailedEvent
2725

2826
sys.path[0:0] = [""]
2927

test/test_client_backpressure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
import pathlib
2020
import sys
2121
from time import perf_counter
22-
from unittest import mock
2322
from unittest.mock import patch
2423

2524
from pymongo.common import MAX_ADAPTIVE_RETRIES
26-
from pymongo.monitoring import CommandFailedEvent
2725

2826
sys.path[0:0] = [""]
2927

0 commit comments

Comments
 (0)