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 2a8b1b2 commit c82cf50Copy full SHA for c82cf50
test/asynchronous/helpers.py
@@ -47,7 +47,7 @@
47
from pymongo import common, message
48
from pymongo.read_preferences import ReadPreference
49
from pymongo.ssl_support import HAVE_SSL, _ssl # type:ignore[attr-defined]
50
-from pymongo.synchronous.uri_parser import parse_uri
+from pymongo.asynchronous.uri_parser import parse_uri
51
52
if HAVE_SSL:
53
import ssl
0 commit comments