diff --git a/src/maggma/stores/azure.py b/src/maggma/stores/azure.py index 1ba206394..8f2dcbc91 100644 --- a/src/maggma/stores/azure.py +++ b/src/maggma/stores/azure.py @@ -25,7 +25,7 @@ from azure.storage.blob import BlobServiceClient, ContainerClient except (ImportError, ModuleNotFoundError): azure_blob = None # type: ignore - # ContainerClient = None + ContainerClient = None AZURE_KEY_SANITIZE = {"-": "_", ".": "_"}