Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ikvk committed Apr 26, 2024
1 parent 0e7a745 commit 01fb783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_dramatiq/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ def __str__(self):
return str(self.message)
except Exception as e:
return f'Failed to display Task: {e}'

0 comments on commit 01fb783

Please sign in to comment.