Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Dec 20, 2024
1 parent 9a42dec commit 15dc0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/io/cloud/credential_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(

self._check_module_availability()

from azure.identity import DefaultAzureCredential
from azure.identity import DefaultAzureCredential # type: ignore[import-not-found]

self.account_name = storage_account
self.credential = DefaultAzureCredential()
Expand Down

0 comments on commit 15dc0f0

Please sign in to comment.