Skip to content

Commit 136aeb1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3d02810 commit 136aeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/unit/transport/test_django.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
# Need to import after setting up Django
2121
from kombu.transport.django_kombu.models import Binding # noqa: E402
22-
from kombu.transport.django_kombu.models import (Exchange, # noqa: E402
23-
Message, Queue)
22+
from kombu.transport.django_kombu.models import Exchange # noqa: E402
23+
from kombu.transport.django_kombu.models import Message, Queue
2424

2525

2626
@pytest.fixture

0 commit comments

Comments
 (0)