Skip to content

Commit 217f721

Browse files
author
Alan Christie
committed
docs: Minor doc tweak
1 parent c7da350 commit 217f721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ async def _get_from_queue(routing_key: str):
241241
@app_internal.get("/event-stream/version/", status_code=status.HTTP_200_OK)
242242
def get_es_version() -> EventStreamGetVersionResponse:
243243
"""Returns our version information."""
244-
# And construct the location we'll be listening on...
245244
return EventStreamGetVersionResponse(
246245
category="WEBSOCKET",
247246
name="Python FastAPI",

0 commit comments

Comments
 (0)