Skip to content

Commit

Permalink
cyclonedx: ruff format
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Dec 5, 2023
1 parent 69dfcf1 commit 14eee28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip_audit/_format/cyclonedx.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def _pip_audit_result_to_bom(
result: dict[service.Dependency, list[service.VulnerabilityResult]]
result: dict[service.Dependency, list[service.VulnerabilityResult]],
) -> Bom:
vulnerabilities = []
components = []
Expand Down

0 comments on commit 14eee28

Please sign in to comment.