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 7be45b5 commit e7fb95eCopy full SHA for e7fb95e
django_celery_results/backends/database.py
@@ -12,11 +12,7 @@
12
from django.db.utils import InterfaceError
13
from kombu.exceptions import DecodeError
14
15
-from ..models.helpers import (
16
- chordcounter_model,
17
- groupresult_model,
18
- taskresult_model,
19
-)
+from ..models.helpers import chordcounter_model, groupresult_model, taskresult_model
20
from ..settings import get_task_props_extension
21
22
EXCEPTIONS_TO_CATCH = (InterfaceError,)
0 commit comments