Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
m0mosenpai committed Jun 1, 2021
1 parent e0988b0 commit ac8f0bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/commands/v2/pysa_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
)
from .persistent import (
LSPEvent,
ServerState,
_read_lsp_request,
try_initialize,
_log_lsp_event,
Expand All @@ -50,9 +49,6 @@ class PysaServer:
# Immutable States
client_capabilities: lsp.ClientCapabilities

# Mutable States
state: ServerState

def __init__(
self,
input_channel: connection.TextReader,
Expand Down

0 comments on commit ac8f0bc

Please sign in to comment.