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 Oct 15, 2023
1 parent f4a17b2 commit 5d350a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions kombu/asynchronous/aws/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

try:
import boto3
from botocore import exceptions
from botocore import parsers
from botocore import exceptions, parsers
from botocore.awsrequest import AWSRequest
from botocore.response import StreamingBody
except ImportError:
Expand Down
3 changes: 1 addition & 2 deletions kombu/asynchronous/aws/sqs/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

import json

from vine import transform

from botocore.serialize import Serializer
from vine import transform

from kombu.asynchronous.aws.connection import AsyncAWSQueryConnection
from kombu.asynchronous.aws.ext import AWSRequest
Expand Down

0 comments on commit 5d350a6

Please sign in to comment.