From 2c06e3b10d6b2eb317c2c699f24c60eaec94b247 Mon Sep 17 00:00:00 2001 From: pearce8 Date: Tue, 30 Jan 2024 12:39:29 +0900 Subject: [PATCH] lint --- bin/benchpark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/benchpark b/bin/benchpark index 9e0704968..e1992ad20 100755 --- a/bin/benchpark +++ b/bin/benchpark @@ -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