NIT: Remove unused param (#6446)

This commit is contained in:
Rohit Malhotra 2025-01-24 09:51:09 -05:00 committed by GitHub
parent 358d9cb3f4
commit 45a048f9e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -567,12 +567,6 @@ def main():
choices=['issue', 'pr'],
help='Type of issue to resolve, either open issue or pr comments.',
)
parser.add_argument(
'--target-branch',
type=str,
default=None,
help="Target branch to pull and create PR against (for PRs). If not specified, uses the PR's base branch.",
)
parser.add_argument(
'--is-experimental',
type=lambda x: x.lower() == 'true',