From 153bf97e48a8bf42430f6ba2c189b28983181783 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Tue, 1 Feb 2022 10:50:30 +0100 Subject: [PATCH] fix: dupplicate core raise error --- attachment_azure/models/ir_attachment.py | 1 - 1 file changed, 1 deletion(-) 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: