Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 17, 2024
1 parent db96675 commit 79dc328
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tipg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ async def lifespan(app: FastAPI):
)

app.add_middleware(CacheControlMiddleware, cachecontrol=settings.cachecontrol)
app.add_middleware(
CompressionMiddleware,
compression_level=6,
)
app.add_middleware(CompressionMiddleware, compression_level=6)

if settings.catalog_ttl:
app.add_middleware(
Expand Down

0 comments on commit 79dc328

Please sign in to comment.