Skip to content

Commit 675a8e7

Browse files
committed
format
1 parent ceaa943 commit 675a8e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ def make_parser():
324324

325325
return parser
326326

327+
327328
def parse_args(parser: argparse.ArgumentParser):
328329
"""Parse command line arguments."""
329330
return parser.parse_args()
@@ -354,7 +355,7 @@ def main():
354355
version = plotly_js_version()
355356
print(version)
356357
update_plotlyjs(version, outdir)
357-
358+
358359
elif args.cmd is None:
359360
parser.print_help()
360361
sys.exit(1)

0 commit comments

Comments
 (0)