From ac8f0bc4a0fbb88b6a1b66d3beeea216f054db7a Mon Sep 17 00:00:00 2001 From: Sarthak Khattar Date: Wed, 2 Jun 2021 03:58:05 +0530 Subject: [PATCH] removed unused import --- client/commands/v2/pysa_server.py | 4 ---- 1 file changed, 4 deletions(-) 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,