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 90310b8 commit e2a2bc0Copy full SHA for e2a2bc0
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