From 312c6d27b1bf1a376b5559801313f103c9c3cb4c Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 21 Oct 2023 20:42:31 -0600 Subject: [PATCH] Formatting --- frigate/comms/ws.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/comms/ws.py b/frigate/comms/ws.py index 5efc269af..151093779 100644 --- a/frigate/comms/ws.py +++ b/frigate/comms/ws.py @@ -90,7 +90,6 @@ class WebSocketClient(Communicator): # type: ignore[misc] except ConnectionResetError: pass - def stop(self) -> None: self.websocket_server.manager.close_all() self.websocket_server.manager.stop()