Skip to content

Commit

Permalink
Don't override name as it breaks project overrides (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Jun 3, 2021
1 parent cf20e3e commit 747e86e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ class Pylsp(PipClientHandler):
requirements_txt_path = "requirements.txt"
server_filename = "pylsp"

@classmethod
def get_displayed_name(cls) -> str:
return "pylsp"

@classmethod
def get_additional_variables(cls) -> Dict[str, str]:
variables = super().get_additional_variables()
Expand Down

0 comments on commit 747e86e

Please sign in to comment.