Skip to content

Commit 15ccb6b

Browse files
committed
format code
1 parent ce9bc04 commit 15ccb6b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

commands.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,8 @@ def parse_args():
317317
p_update_dev.add_argument(
318318
"--devrepo", default="plotly/plotly.js", help="repository"
319319
)
320-
p_update_dev.add_argument(
321-
"--devbranch", default="master", help="branch"
322-
)
323-
p_update_dev.add_argument(
324-
"--local", default=None, help="local path"
325-
)
320+
p_update_dev.add_argument("--devbranch", default="master", help="branch")
321+
p_update_dev.add_argument("--local", default=None, help="local path")
326322

327323
subparsers.add_parser("updateplotlyjs", help="update plotly.js")
328324

0 commit comments

Comments
 (0)