From 0bb73cc445a4eb0fdf3ba894df891500ece51469 Mon Sep 17 00:00:00 2001 From: masfrost Date: Thu, 17 Mar 2022 13:49:35 -0700 Subject: [PATCH] Lint-y lint --- pylsp/plugins/yapf_format.py | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 + )