Skip to content

Commit 2b6ac41

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 017e8f5 commit 2b6ac41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kombu/transport/django_kombu/transport.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
from django.db import transaction
2929

3030
from kombu.transport import virtual
31-
from kombu.transport.django_kombu.models import Binding, Exchange, Message, Queue
31+
from kombu.transport.django_kombu.models import (Binding, Exchange, Message,
32+
Queue)
3233

3334
VERSION = (0, 0, 1)
3435
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)