Skip to content

Commit 4e1ebc8

Browse files
committed
pylint fix
1 parent 61e1761 commit 4e1ebc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app-auth/graphapponlytutorial/graph.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# <AppAuthConfigSnippet>
55
from configparser import SectionProxy
66
from azure.identity.aio import ClientSecretCredential
7-
from kiota_authentication_azure.azure_identity_authentication_provider import AzureIdentityAuthenticationProvider
7+
from kiota_authentication_azure.azure_identity_authentication_provider import (
8+
AzureIdentityAuthenticationProvider
9+
)
810
from msgraph import GraphRequestAdapter, GraphServiceClient
911
from msgraph.generated.users.users_request_builder import UsersRequestBuilder
1012

0 commit comments

Comments
 (0)