diff --git a/client/commands/v2/pysa_server.py b/client/commands/v2/pysa_server.py index 5ffbc6b0cea..3921c559e79 100644 --- a/client/commands/v2/pysa_server.py +++ b/client/commands/v2/pysa_server.py @@ -26,7 +26,6 @@ ) from .persistent import ( LSPEvent, - ServerState, _read_lsp_request, try_initialize, _log_lsp_event, @@ -50,9 +49,6 @@ class PysaServer: # Immutable States client_capabilities: lsp.ClientCapabilities - # Mutable States - state: ServerState - def __init__( self, input_channel: connection.TextReader,