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 2f94927 commit 051ff77Copy full SHA for 051ff77
test/auth_oidc/test_auth_oidc.py
@@ -32,11 +32,11 @@
32
33
from bson import SON
34
from pymongo import MongoClient
35
+from pymongo._azure_helpers import _get_azure_response
36
from pymongo.auth_oidc import (
37
OIDCCallback,
38
OIDCCallbackResult,
39
)
-from pymongo.azure_helpers import _get_azure_response
40
from pymongo.cursor import CursorType
41
from pymongo.errors import AutoReconnect, ConfigurationError, OperationFailure
42
from pymongo.hello import HelloCompat
0 commit comments