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 8, 2024
1 parent 0fd6ea1 commit d2f3dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kombu/asynchronous/aws/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from vine import promise, transform

from kombu.asynchronous.aws.ext import AWSRequest, get_response, get_cert_path
from kombu.asynchronous.aws.ext import AWSRequest, get_cert_path, get_response
from kombu.asynchronous.http import Headers, Request, get_client


Expand Down
2 changes: 1 addition & 1 deletion kombu/asynchronous/aws/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import boto3
from botocore import exceptions
from botocore.awsrequest import AWSRequest
from botocore.response import get_response
from botocore.httpsession import get_cert_path
from botocore.response import get_response
except ImportError:
boto3 = None

Expand Down

0 comments on commit d2f3dd2

Please sign in to comment.