Skip to content

Commit c82cf50

Browse files
Update test/asynchronous/helpers.py
Co-authored-by: Noah Stapp <[email protected]>
1 parent 2a8b1b2 commit c82cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from pymongo import common, message
4848
from pymongo.read_preferences import ReadPreference
4949
from pymongo.ssl_support import HAVE_SSL, _ssl # type:ignore[attr-defined]
50-
from pymongo.synchronous.uri_parser import parse_uri
50+
from pymongo.asynchronous.uri_parser import parse_uri
5151

5252
if HAVE_SSL:
5353
import ssl

0 commit comments

Comments
 (0)