introduce health endpoint for chat api #219
Annotations
4 errors
|
Run Checks
Process completed with exit code 1.
|
|
Ruff (F401):
src/chat/api/health/router.py#L1
src/chat/api/health/router.py:1:32: F401 `fastapi.HTTPException` imported but unused
|
|
Ruff (I001):
src/chat/api/health/router.py#L1
src/chat/api/health/router.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I001):
src/chat/api/app.py#L1
src/chat/api/app.py:1:1: I001 Import block is un-sorted or un-formatted
|