Skip to content

Commit b15eee8

Browse files
committed
Fix import order
1 parent f26d4ac commit b15eee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-auth/graphtutorial/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Licensed under the MIT License.
33

44
# <UserAuthConfigSnippet>
5-
from azure.identity import DeviceCodeCredential
65
from configparser import SectionProxy
6+
from azure.identity import DeviceCodeCredential
77
from kiota_authentication_azure.azure_identity_authentication_provider import (
88
AzureIdentityAuthenticationProvider)
99
from msgraph import GraphRequestAdapter, GraphServiceClient

0 commit comments

Comments
 (0)