We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6245d83 commit 34e36cdCopy full SHA for 34e36cd
django_celery_results/backends/database.py
@@ -12,7 +12,11 @@
12
from django.db.utils import InterfaceError
13
from kombu.exceptions import DecodeError
14
15
-from ..models.helpers import chordcounter_model, groupresult_model, taskresult_model
+from ..models.helpers import (
16
+ chordcounter_model,
17
+ groupresult_model,
18
+ taskresult_model,
19
+)
20
from ..settings import get_task_props_extension
21
22
EXCEPTIONS_TO_CATCH = (InterfaceError,)
0 commit comments