Skip to content

Commit 1b0203f

Browse files
🎨 Auto format and update with pre-commit
1 parent 2a46cb7 commit 1b0203f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
2020
generate_unique_id_function=custom_generate_unique_id,
2121
)
2222

23+
2324
@app.get("/healthz", include_in_schema=False)
2425
def healthz() -> dict[str, str]:
2526
return {"status": "ok"}

0 commit comments

Comments
 (0)