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 15, 2025
1 parent dc78076 commit b6ca565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/unit/asynchronous/aws/sqs/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from unittest.mock import MagicMock, Mock

from kombu.asynchronous.aws.ext import AWSRequest, boto3
from kombu.asynchronous.aws.sqs.connection import _query_object_encode, AsyncSQSConnection
from kombu.asynchronous.aws.sqs.connection import (AsyncSQSConnection,
_query_object_encode)
from kombu.asynchronous.aws.sqs.message import AsyncMessage
from kombu.asynchronous.aws.sqs.queue import AsyncQueue
from kombu.utils.uuid import uuid
Expand Down

0 comments on commit b6ca565

Please sign in to comment.