Skip to content

Commit e16a36e

Browse files
authored
chore: Update persist_on_failure.py
1 parent ec88be7 commit e16a36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery_utils/persist_on_failure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class PersistOnFailureTask(Task):
1818
abstract = True
1919
typing = False
2020

21-
def on_failure(self, exc, task_id, args, kwargs, einfo): # pylint: disable=too-many-positional-arguments
21+
def on_failure(self, exc, task_id, args, kwargs, einfo):
2222
"""
2323
If the task fails, persist a record of the task.
2424
"""

0 commit comments

Comments
 (0)