From f03de10617eaf736ae0a468640c8d9e008eb3d82 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Tue, 1 Feb 2022 10:47:50 +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 2883b89..3d8cb0b 100644 --- a/attachment_azure/models/ir_attachment.py +++ b/attachment_azure/models/ir_attachment.py @@ -131,7 +131,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: