Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Jan 30, 2024
1 parent 9619f6d commit 2c06e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ def benchpark_tags(subparsers, actions_dict):
"-a",
"--application",
action="store",
help="The application for which to find Benchpark tags"
help="The application for which to find Benchpark tags",
)
create_parser.add_argument(
"-t",
"--tag",
action="store",
help="The tag for which to search in Benchpark experiments"
help="The tag for which to search in Benchpark experiments",
)
actions_dict["tags"] = benchpark_tags_handler

Expand Down

0 comments on commit 2c06e3b

Please sign in to comment.