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 fca2e43 commit 51e9382
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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,9 @@ def __init__(

self._check_module_availability()

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

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

0 comments on commit 51e9382

Please sign in to comment.