Skip to content

Commit eb70d86

Browse files
committed
Black
1 parent 28b27af commit eb70d86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/python/plotly/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020

2121
here = os.path.dirname(os.path.abspath(__file__))
2222
project_root = os.path.dirname(os.path.dirname(os.path.dirname(here)))
23-
jupyterlab_extension_root = os.path.join(project_root, "packages", "javascript", "jupyterlab-plotly")
23+
jupyterlab_extension_root = os.path.join(
24+
project_root, "packages", "javascript", "jupyterlab-plotly"
25+
)
2426
widget_root = os.path.join(here, "js")
2527
is_repo = os.path.exists(os.path.join(project_root, ".git"))
2628

0 commit comments

Comments
 (0)