Skip to content

Commit 9fa9442

Browse files
Fixed linting/formatting for Ruff check
1 parent 5f0d871 commit 9fa9442

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cycode/cli/apps/scan/scan_command.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ def _single_value_callback(ctx: typer.Context, param: typer.CallbackParam, value
3333
values_str = ', '.join(str(v) for v in value)
3434
param_hint = '/'.join(sorted(param.opts, key=len))
3535
err = typer.BadParameter(
36-
f'Only one value can be specified per command. '
37-
f'Got: {values_str}. '
38-
f'Run a separate command for each value.',
36+
f'Only one value can be specified per command. Got: {values_str}. Run a separate command for each value.',
3937
ctx=ctx,
4038
param_hint=param_hint,
4139
)

0 commit comments

Comments
 (0)