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 Apr 17, 2024
1 parent 771472a commit d6da706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exodus_gw/routers/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
from fastapi import APIRouter, HTTPException, Path, Query, Request, Response

from .. import auth, deps
from ..auth import call_context
from ..aws.client import S3ClientWrapper
from ..aws.util import (
RequestReader,
Expand All @@ -84,7 +85,6 @@
xml_response,
)
from ..settings import Environment, Settings
from ..auth import call_context

LOG = logging.getLogger("s3")

Expand Down

0 comments on commit d6da706

Please sign in to comment.