Formatting

This commit is contained in:
Nick Mowen 2023-10-21 20:42:31 -06:00
parent 11110317d9
commit 312c6d27b1

View File

@ -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()