Skip to content

Commit 00ef504

Browse files
authored
Address warning about renamed extension_points (#1035)
1 parent 73ee344 commit 00ef504

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python_packages/jupyter_lsp/jupyter_lsp/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212

1313
def _jupyter_server_extension_paths():
1414
return [{"module": "jupyter_lsp"}]
15+
16+
17+
_jupyter_server_extension_points = _jupyter_server_extension_paths

0 commit comments

Comments
 (0)