diff --git a/pylsp/plugins/yapf_format.py b/pylsp/plugins/yapf_format.py index 629ec342..1ddfbeb7 100644 --- a/pylsp/plugins/yapf_format.py +++ b/pylsp/plugins/yapf_format.py @@ -112,4 +112,4 @@ def _format(document, lines=None): }) prev_line_no = lsp_line_no - return textEdits \ No newline at end of file + return textEdits diff --git a/setup.py b/setup.py index 6197260c..28d2d305 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ - #!/usr/bin/env python3 # Copyright 2017-2020 Palantir Technologies, Inc. @@ -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 - ) \ No newline at end of file + )