Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe committed Aug 21, 2024
1 parent 8e49be9 commit 7ceac11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def __init__(
"""
super().__init__(
AzureIdentityAccessTokenProvider(
credentials, options, is_cae_enabled, scopes, allowed_hosts
credentials, options, scopes, allowed_hosts, is_cae_enabled=is_cae_enabled
)
)

0 comments on commit 7ceac11

Please sign in to comment.