Skip to content

Commit 1cbc7a8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 073a2c2 commit 1cbc7a8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

voila/__init__.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ def _jupyter_nbextension_paths():
2828

2929
def _jupyter_labextension_paths():
3030
return [
31-
{"src": "labextensions/jupyterlab-preview", "dest": "@voila-dashboards/jupyterlab-preview"},
32-
{"src": "labextensions/widgets-manager", "dest": "@voila-dashboards/widgets-manager"},
31+
{
32+
"src": "labextensions/jupyterlab-preview",
33+
"dest": "@voila-dashboards/jupyterlab-preview",
34+
},
35+
{
36+
"src": "labextensions/widgets-manager",
37+
"dest": "@voila-dashboards/widgets-manager",
38+
},
3339
]

0 commit comments

Comments
 (0)