Skip to content

Commit

Permalink
Run black code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkW35 committed Feb 14, 2024
1 parent 0aaf23c commit aba25a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aidapp/api/routers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ async def calculate(input_values: InputValues):
@router.get("/wake-up/")
async def wake_up():
"""Endpoint to check if the server is running."""
return JSONResponse(content={"message": "Server is running"}, status_code=200)
return JSONResponse(content={"message": "Server is running"}, status_code=200)

0 comments on commit aba25a8

Please sign in to comment.