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 c82cf50 commit 9256808Copy full SHA for 9256808
test/auth_oidc/test_auth_oidc.py
@@ -37,7 +37,7 @@
37
from pymongo import MongoClient
38
from pymongo._azure_helpers import _get_azure_response
39
from pymongo._gcp_helpers import _get_gcp_response
40
-from pymongo.asynchronous.uri_parser import parse_uri
+from pymongo.synchronous.uri_parser import parse_uri
41
from pymongo.auth_oidc_shared import _get_k8s_token
42
from pymongo.auth_shared import _build_credentials_tuple
43
from pymongo.cursor_shared import CursorType
0 commit comments