From 01fb7835a8bddd72c7db3cd05734a963b75996a1 Mon Sep 17 00:00:00 2001 From: "v.kaukin" Date: Fri, 26 Apr 2024 17:17:11 +0500 Subject: [PATCH] flake --- django_dramatiq/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django_dramatiq/models.py b/django_dramatiq/models.py index dcc934a..7e5b32b 100644 --- a/django_dramatiq/models.py +++ b/django_dramatiq/models.py @@ -67,4 +67,3 @@ def __str__(self): return str(self.message) except Exception as e: return f'Failed to display Task: {e}' -