From 371eea6182f01788562e716167034469cc65c98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 8 Oct 2024 09:55:42 +0200 Subject: [PATCH] Remove unused import --- tilecloud/store/azure_storage_blob.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tilecloud/store/azure_storage_blob.py b/tilecloud/store/azure_storage_blob.py index 2a43f6fd..abbcde22 100644 --- a/tilecloud/store/azure_storage_blob.py +++ b/tilecloud/store/azure_storage_blob.py @@ -3,7 +3,6 @@ from collections.abc import Iterator from typing import Any, Optional -from azure.core.exceptions import ResourceNotFoundError from azure.identity import DefaultAzureCredential from azure.storage.blob import BlobServiceClient, ContainerClient, ContentSettings