We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9bc04 commit 15ccb6bCopy full SHA for 15ccb6b
commands.py
@@ -317,12 +317,8 @@ def parse_args():
317
p_update_dev.add_argument(
318
"--devrepo", default="plotly/plotly.js", help="repository"
319
)
320
- p_update_dev.add_argument(
321
- "--devbranch", default="master", help="branch"
322
- )
323
324
- "--local", default=None, help="local path"
325
+ p_update_dev.add_argument("--devbranch", default="master", help="branch")
+ p_update_dev.add_argument("--local", default=None, help="local path")
326
327
subparsers.add_parser("updateplotlyjs", help="update plotly.js")
328
0 commit comments