Skip to content

Commit bba1353

Browse files
committed
fmt
1 parent 71b4c9b commit bba1353

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dispatch/fastapi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ async def execute(request: fastapi.Request):
258258
)
259259

260260
logger.debug("finished handling run request with status %s", status.name)
261-
return fastapi.Response(content=response.SerializeToString(), media_type="application/proto")
261+
return fastapi.Response(
262+
content=response.SerializeToString(), media_type="application/proto"
263+
)
262264

263265
return app

0 commit comments

Comments
 (0)