diff --git a/pyinfra/storage/adapters/azure.py b/pyinfra/storage/adapters/azure.py index ed54f9a..5566584 100644 --- a/pyinfra/storage/adapters/azure.py +++ b/pyinfra/storage/adapters/azure.py @@ -1,8 +1,7 @@ import logging from functools import wraps -from azure.core.exceptions import ResourceExistsError -from azure.storage.blob import ContainerClient, BlobServiceClient, BlobClient +from azure.storage.blob import ContainerClient, BlobServiceClient from retry import retry from pyinfra.storage.adapters.adapter import StorageAdapter