We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b202d6c commit ba87fdcCopy full SHA for ba87fdc
2 files changed
process/io/plot/cli.py
@@ -27,7 +27,7 @@ def sankey(mfile, format_):
27
if out is not None:
28
return out
29
30
- return plot_sankey(mfile, format_)
+ return plot_sankey(mfile)
31
32
33
@plot.command("scans", no_args_is_help=True)
0 commit comments