We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683ba33 commit d007c5fCopy full SHA for d007c5f
test/asynchronous/test_encryption.py
@@ -41,7 +41,7 @@
41
from pymongo.asynchronous.collection import AsyncCollection
42
from pymongo.asynchronous.helpers import anext
43
from pymongo.daemon import _spawn_daemon
44
-from pymongo.uri_parser import _parse_kms_tls_options
+from pymongo.uri_parser_shared import _parse_kms_tls_options
45
46
try:
47
from pymongo.pyopenssl_context import IS_PYOPENSSL
test/test_encryption.py
from pymongo.synchronous.collection import Collection
from pymongo.synchronous.helpers import next
0 commit comments