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 3d02810 commit 136aeb1Copy full SHA for 136aeb1
t/unit/transport/test_django.py
@@ -19,8 +19,8 @@
19
20
# Need to import after setting up Django
21
from kombu.transport.django_kombu.models import Binding # noqa: E402
22
-from kombu.transport.django_kombu.models import (Exchange, # noqa: E402
23
- Message, Queue)
+from kombu.transport.django_kombu.models import Exchange # noqa: E402
+from kombu.transport.django_kombu.models import Message, Queue
24
25
26
@pytest.fixture
0 commit comments