From 49e38ce17dabaa862201a791b19940f34acc3ea9 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Thu, 4 Jul 2024 13:12:46 +0200 Subject: [PATCH] [FIX] linting after update dotfiles --- .../models/ir_attachment_action_download.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/attachment_zipped_download/models/ir_attachment_action_download.py b/attachment_zipped_download/models/ir_attachment_action_download.py index 6e84206d..e06c573e 100644 --- a/attachment_zipped_download/models/ir_attachment_action_download.py +++ b/attachment_zipped_download/models/ir_attachment_action_download.py @@ -27,7 +27,8 @@ class IrAttachmentActionDownloadMixin(models.AbstractModel): """Return action to: * emit a warning message if no attachment found * download a file if only 1 file found - * zip and download the list of attachment returns by `_get_downloadable_attachments` + * zip and download the list of attachment returns by + `_get_downloadable_attachments` """ attachments = self._get_downloadable_attachments() if not attachments: