Skip to content

Commit

Permalink
Merge pull request #837 from jmmshn/patch-3
Browse files Browse the repository at this point in the history
Allow maggma to be used without Azure
  • Loading branch information
munrojm committed Aug 2, 2023
2 parents e354f4a + db34386 commit 5f8074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/stores/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {"-": "_", ".": "_"}
Expand Down

0 comments on commit 5f8074f

Please sign in to comment.