Skip to content

Commit 79dc328

Browse files
committed
format
1 parent db96675 commit 79dc328

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tipg/main.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ async def lifespan(app: FastAPI):
101101
)
102102

103103
app.add_middleware(CacheControlMiddleware, cachecontrol=settings.cachecontrol)
104-
app.add_middleware(
105-
CompressionMiddleware,
106-
compression_level=6,
107-
)
104+
app.add_middleware(CompressionMiddleware, compression_level=6)
108105

109106
if settings.catalog_ttl:
110107
app.add_middleware(

0 commit comments

Comments
 (0)