Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshimai committed Mar 27, 2024
1 parent f615e52 commit b6120b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pcstac/pcstac/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
from starlette.responses import PlainTextResponse

from pccommon.logging import ServiceName, init_logging
from pccommon.middleware import (
add_timeout,
http_exception_handler,
)
from pccommon.middleware import add_timeout, http_exception_handler
from pccommon.openapi import fixup_schema
from pccommon.redis import connect_to_redis
from pcstac.api import PCStacApi
Expand Down

0 comments on commit b6120b2

Please sign in to comment.