Linting, removed extra line from pyproject.toml.

This commit is contained in:
Leo Vasanko
2023-11-08 13:08:46 -08:00
parent 9bbbc829a1
commit e26cb8f70a
10 changed files with 1 additions and 11 deletions

View File

@@ -82,7 +82,6 @@ async def control(req, ws):
await asend(ws, StatusMsg(status="ack", req=cmd))
@bp.websocket("watch")
@websocket_wrapper
async def watch(req, ws):