Skip to content

Commit

Permalink
Address warning about renamed extension_points (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 17, 2024
1 parent 73ee344 commit 00ef504
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python_packages/jupyter_lsp/jupyter_lsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

def _jupyter_server_extension_paths():
return [{"module": "jupyter_lsp"}]


_jupyter_server_extension_points = _jupyter_server_extension_paths

0 comments on commit 00ef504

Please sign in to comment.