diff --git a/attachment_queue/models/attachment_queue.py b/attachment_queue/models/attachment_queue.py index 2630fe910..4536a14c0 100644 --- a/attachment_queue/models/attachment_queue.py +++ b/attachment_queue/models/attachment_queue.py @@ -98,9 +98,7 @@ class AttachmentQueue(models.Model): self.run() def run_as_job(self): - """ - Run the process for an individual attachment queue from a async job - """ + """Run the process for an individual attachment queue from a async job""" try: self._cr.execute( """