Skip to content

Commit

Permalink
NFC style change
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOjalvo committed Jun 10, 2024
1 parent c6aed79 commit 4282b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ntia_conformance_checker/sbom_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def check_dependency_relationships(self):

# Check if any of the "DESCRIBES" relationships describe a Package
describes_package = any(
rel.related_spdx_element_id in spdx_id_set for rel in describes_relationships
rel.related_spdx_element_id in spdx_id_set
for rel in describes_relationships
)

return describes_package
Expand Down

0 comments on commit 4282b5f

Please sign in to comment.