Linting, removed extra line from pyproject.toml.

This commit is contained in:
2023-11-09 05:08:46 +00:00
parent b8197d7974
commit 9762d7c1ad
10 changed files with 1 additions and 11 deletions
-1
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):