Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed Apr 16, 2024
1 parent 0386501 commit 40cc5a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ def benchpark_setup(subparsers, actions_dict):
)

create_parser.add_argument(
"experiment", type=str, help="The experiment (benchmark/ProgrammingModel) to run"
"experiment",
type=str,
help="The experiment (benchmark/ProgrammingModel) to run",
)
create_parser.add_argument(
"system", type=str, help="The system on which to run the experiment"
Expand Down

0 comments on commit 40cc5a8

Please sign in to comment.