Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent 3d02810 commit 136aeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/unit/transport/test_django.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

# Need to import after setting up Django
from kombu.transport.django_kombu.models import Binding # noqa: E402
from kombu.transport.django_kombu.models import (Exchange, # noqa: E402
Message, Queue)
from kombu.transport.django_kombu.models import Exchange # noqa: E402
from kombu.transport.django_kombu.models import Message, Queue


@pytest.fixture
Expand Down

0 comments on commit 136aeb1

Please sign in to comment.