Skip to content

Commit 58e2b21

Browse files
committed
ran ruff format
1 parent 7a2deb3 commit 58e2b21

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cycode/cli/apps/report_import/sbom/sbom_command.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@
99
from cycode.cli.utils.sentry import add_breadcrumb
1010
from cycode.cyclient.import_sbom_client import ImportSbomParameters
1111

12+
1213
def sbom_command(
1314
ctx: typer.Context,
1415
path: Annotated[
1516
Path,
1617
typer.Argument(
17-
exists=True,
18-
resolve_path=True,
19-
dir_okay=False,
20-
readable=True,
21-
help='Path to SBOM file.',
22-
show_default=False
18+
exists=True, resolve_path=True, dir_okay=False, readable=True, help='Path to SBOM file.', show_default=False
2319
),
2420
],
2521
sbom_name: Annotated[

0 commit comments

Comments
 (0)