diff --git a/attachment_azure/models/ir_attachment.py b/attachment_azure/models/ir_attachment.py index 5e38337..2bb717e 100644 --- a/attachment_azure/models/ir_attachment.py +++ b/attachment_azure/models/ir_attachment.py @@ -130,7 +130,6 @@ class IrAttachment(models.Model): def _get_azure_container(self, container_name=None): if not container_name: container_name = self._get_container_name() - blob_service_client = self._get_blob_service_client() try: blob_service_client = self._get_blob_service_client() except exceptions.UserError: