Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 14, 2023
1 parent 90a48e2 commit 32270bd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions voila/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ def _jupyter_nbextension_paths():

def _jupyter_labextension_paths():
return [
{"src": "labextensions/jupyterlab-preview", "dest": "@voila-dashboards/jupyterlab-preview"},
{"src": "labextensions/widgets-manager", "dest": "@voila-dashboards/widgets-manager"},
{
"src": "labextensions/jupyterlab-preview",
"dest": "@voila-dashboards/jupyterlab-preview",
},
{
"src": "labextensions/widgets-manager",
"dest": "@voila-dashboards/widgets-manager",
},
]

0 comments on commit 32270bd

Please sign in to comment.