Skip to content

Commit 051ff77

Browse files
authored
PYTHON-4196 Fix import in OIDC Test (#1504)
1 parent 2f94927 commit 051ff77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth_oidc/test_auth_oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232

3333
from bson import SON
3434
from pymongo import MongoClient
35+
from pymongo._azure_helpers import _get_azure_response
3536
from pymongo.auth_oidc import (
3637
OIDCCallback,
3738
OIDCCallbackResult,
3839
)
39-
from pymongo.azure_helpers import _get_azure_response
4040
from pymongo.cursor import CursorType
4141
from pymongo.errors import AutoReconnect, ConfigurationError, OperationFailure
4242
from pymongo.hello import HelloCompat

0 commit comments

Comments
 (0)