Skip to content

Commit 7c89962

Browse files
authored
lint
1 parent 738f13a commit 7c89962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/stac-api/runtime/src/handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ async def shutdown_event():
3939

4040

4141
handler = Mangum(
42-
app,
43-
lifespan="off",
42+
app,
43+
lifespan="off",
4444
text_mime_types=[
4545
# Avoid base64 encoding any text/* or application/* mime-types
4646
"text/",

0 commit comments

Comments
 (0)