Skip to content

Commit ac6d114

Browse files
NoahStappCopilot
andauthored
Update test/asynchronous/test_retryable_reads.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f76e12d commit ac6d114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/asynchronous/test_retryable_reads.py

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

24-
from pymongo import AsyncMongoClient, MongoClient
24+
from pymongo import MongoClient
2525
from pymongo.common import MAX_ADAPTIVE_RETRIES
2626
from pymongo.errors import OperationFailure, PyMongoError
2727

0 commit comments

Comments
 (0)