Skip to content

Commit

Permalink
Add a type in identity (Azure#31431)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Aug 2, 2023
1 parent 9e5d0a6 commit e7a9aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _get_config(**kwargs) -> Configuration:
:return: A configuration object.
:rtype: ~azure.core.configuration.Configuration
"""
config = Configuration(**kwargs)
config: Configuration = Configuration(**kwargs)
config.custom_hook_policy = CustomHookPolicy(**kwargs)
config.headers_policy = HeadersPolicy(**kwargs)
config.http_logging_policy = HttpLoggingPolicy(**kwargs)
Expand Down

0 comments on commit e7a9aed

Please sign in to comment.