From e42dc6aa86591bcd4887d551ef81d3f1779537de Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 20 Mar 2023 10:06:21 +0100 Subject: [PATCH] code styling --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 4b78253..f5388c8 100644 --- a/app/main.py +++ b/app/main.py @@ -82,7 +82,7 @@ async def _index(): @app.get('/-/health', summary='* Health') -async def _health(request: Request): +async def _health(): return JSONr({'status': 'up'})