Skip to content

Commit 7ad73af

Browse files
rlundeen2Copilot
andcommitted
Apply ruff format to pyrit_scan.py
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 454258b commit 7ad73af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyrit/cli/pyrit_scan.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,7 @@ async def _handle_add_initializer_async(*, client: Any, parsed_args: Namespace)
544544
return 0
545545

546546

547-
def _reparse_with_scenario_params(
548-
*, parsed_args: Namespace, supported_params: list[Parameter]
549-
) -> Namespace | None:
547+
def _reparse_with_scenario_params(*, parsed_args: Namespace, supported_params: list[Parameter]) -> Namespace | None:
550548
"""
551549
Re-parse the original args with scenario-declared flags added to the base parser.
552550

0 commit comments

Comments
 (0)