Skip to content

Commit

Permalink
style: fix mypy failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Jul 13, 2023
1 parent 3c032c9 commit 94c6266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astronomer/providers/microsoft/azure/hooks/wasb.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from airflow.providers.microsoft.azure.hooks.wasb import WasbHook
from azure.core.exceptions import ResourceNotFoundError
from azure.identity.aio import ClientSecretCredential, DefaultAzureCredential
from azure.storage.blob._models import BlobProperties
from azure.storage.blob.aio import BlobClient, BlobServiceClient, ContainerClient

Credentials = Union[ClientSecretCredential, DefaultAzureCredential]
Expand Down

0 comments on commit 94c6266

Please sign in to comment.