generate-integration-docs-screenshot: Remove unused argument group.

Removed `fixture_group`.
This commit is contained in:
Niloth P
2025-05-27 09:53:19 +05:30
committed by Tim Abbott
parent de0c24fdb8
commit af1ccbabf1

View File

@@ -267,7 +267,6 @@ group.add_argument(
"--skip-until", help="Name of the integration whose predecessor are skipped. Similar to --all" "--skip-until", help="Name of the integration whose predecessor are skipped. Similar to --all"
) )
group.add_argument("--integration", nargs="+", help="Names of the integrations") group.add_argument("--integration", nargs="+", help="Names of the integrations")
fixture_group = parser.add_argument_group("integration")
parser.add_argument("--fixture", help="Name of the fixture file to use") parser.add_argument("--fixture", help="Name of the fixture file to use")
parser.add_argument("--image-name", help="Name for the screenshot image") parser.add_argument("--image-name", help="Name for the screenshot image")
parser.add_argument("--image-dir", help="Directory name where to save the screenshot image") parser.add_argument("--image-dir", help="Directory name where to save the screenshot image")