Skip to content

Commit f9cf94a

Browse files
ebertinCopilot
andauthored
Potential fix for pull request finding
Update the docstring to match the real response type. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a74d728 commit f9cf94a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/visiomatic/server/app.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,8 @@ async def get_health():
202202
203203
Returns
204204
-------
205-
response: byte stream
206-
Returns "ok" string if server is alive.
207-
"""
208-
return {"ok": True}
205+
response: dict
206+
Returns {"ok": True} if server is alive.
209207
210208
211209
# Tile endpoint

0 commit comments

Comments
 (0)