Skip to content

Commit 0bb73cc

Browse files
committed
Lint-y lint
1 parent 4a54081 commit 0bb73cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: pylsp/plugins/yapf_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ def _format(document, lines=None):
112112
})
113113
prev_line_no = lsp_line_no
114114

115-
return textEdits
115+
return textEdits

Diff for: setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#!/usr/bin/env python3
32

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

0 commit comments

Comments
 (0)