Skip to content

Commit

Permalink
No coverage for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 26, 2024
1 parent a05701d commit 660d658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/storages/cloud/azure.py
Expand Up @@ -9,7 +9,7 @@
from core.services.storages.cloud.core import CloudStorageServiceInterface


class BlobStorage(CloudStorageServiceInterface):
class BlobStorage(CloudStorageServiceInterface): # pragma: no cover
def __init__(self):
super().__init__()
self.account_name = settings.AZURE_STORAGE_ACCOUNT_NAME
Expand Down

0 comments on commit 660d658

Please sign in to comment.