Skip to content

Commit 25932ae

Browse files
committed
Lint
1 parent 4261648 commit 25932ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_packages/jupyterlab_lsp/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def get_data_files():
4040
setuptools.setup(
4141
version=f"{_version}{_release}",
4242
data_files=get_data_files(),
43-
# explicit name as a workaround for GitHub dependency analyzer not discovering Python packages otherwise
43+
# explicit name as a workaround for GitHub dependency analyzer
44+
# not discovering Python packages otherwise
4445
name="jupyterlab-lsp",
4546
)

0 commit comments

Comments
 (0)