python: Elide type=str from argparse arguments.

This commit is contained in:
Alex Vandiver
2025-10-17 18:25:09 +00:00
committed by Tim Abbott
parent ca01de84be
commit 1e943ae7df
5 changed files with 1 additions and 11 deletions

View File

@@ -246,7 +246,6 @@ group = parser.add_mutually_exclusive_group(required=True)
group.add_argument(
"--thread",
nargs="+",
type=str,
help="Path of the file where the thread for screenshot is present",
)
fixture_group = parser.add_argument_group("thread")