Skip to content

Commit 34e36cd

Browse files
committed
style: Reformat import statements for better readability in 'database.py'
1 parent 6245d83 commit 34e36cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

django_celery_results/backends/database.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
from django.db.utils import InterfaceError
1313
from kombu.exceptions import DecodeError
1414

15-
from ..models.helpers import chordcounter_model, groupresult_model, taskresult_model
15+
from ..models.helpers import (
16+
chordcounter_model,
17+
groupresult_model,
18+
taskresult_model,
19+
)
1620
from ..settings import get_task_props_extension
1721

1822
EXCEPTIONS_TO_CATCH = (InterfaceError,)

0 commit comments

Comments
 (0)