Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 723d70b commit 85f8e27
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ def create_common_argment(ymax=None):
"-s", "--save-result", default=False, action="store_true", help="whether to save result"
)
parser.add_argument(
"-p", "--skip_plt_show", default=False, action="store_true", help="whether to skip plt.show()"
"-p",
"--skip_plt_show",
default=False,
action="store_true",
help="whether to skip plt.show()",
)

args = parser.parse_args()
Expand Down

0 comments on commit 85f8e27

Please sign in to comment.