From 1dd03e7eb168f9bf316656b31fc5aa688327c1ee Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:41:57 +0000 Subject: [PATCH] feat: Updated demo/web/api/monitoring/views.py --- demo/web/api/monitoring/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/web/api/monitoring/views.py b/demo/web/api/monitoring/views.py index ec12a6d..8085d0c 100644 --- a/demo/web/api/monitoring/views.py +++ b/demo/web/api/monitoring/views.py @@ -13,4 +13,4 @@ async def health_check() -> dict: try: return {"status": "OK"} except Exception: - raise HTTPException(status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, detail="API is not healthy") from None + raise HTTPException(status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, detail="API is not healthy")