Skip to content

Commit

Permalink
Lint-y lint
Browse files Browse the repository at this point in the history
  • Loading branch information
masad-frost committed Mar 17, 2022
1 parent 4a54081 commit 0bb73cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pylsp/plugins/yapf_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def _format(document, lines=None):
})
prev_line_no = lsp_line_no

return textEdits
return textEdits
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/usr/bin/env python3

# Copyright 2017-2020 Palantir Technologies, Inc.
Expand All @@ -10,4 +9,4 @@
setup(
name="python-lsp-server", # to allow GitHub dependency tracking work
packages=find_packages(exclude=["contrib", "docs", "test", "test.*"]), # https://github.com/pypa/setuptools/issues/2688
)
)

0 comments on commit 0bb73cc

Please sign in to comment.