Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski committed Nov 6, 2023
1 parent 081bd64 commit a0998ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/perspective/perspective/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from .nbextension import _jupyter_nbextension_paths
from .widget.widget import PerspectiveWidget


def _jupyter_labextension_paths():
return [{
"src": "labextension",
"dest": "@finos/perspective-jupyterlab"
}]
return [{"src": "labextension", "dest": "@finos/perspective-jupyterlab"}]

0 comments on commit a0998ba

Please sign in to comment.