Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Nov 15, 2024
1 parent d31c13f commit c7039be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async def _(param: str):
@app.get("/healthzz")
async def _():
return {"message": "ok"}

@app.get("/error")
async def _():
raise UnhandledException("This is an unhandled exception")
Expand Down

0 comments on commit c7039be

Please sign in to comment.