code styling

This commit is contained in:
Oscar Krause 2023-03-20 10:06:21 +01:00
parent 86f703a36c
commit e42dc6aa86
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ async def _index():
@app.get('/-/health', summary='* Health')
async def _health(request: Request):
async def _health():
return JSONr({'status': 'up'})