From 87e80cd5890ed7d2deb31ea61a44885b65bed37d Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Thu, 24 Feb 2022 12:57:10 +0100 Subject: [PATCH] removed obsolete import --- pyinfra/storage/adapters/azure.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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