Skip to content

Commit 31b460c

Browse files
committed
tidy
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 50ca94a commit 31b460c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cyclonedx/contrib/bom/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def from_bom(cls, bom: 'Bom', prefix: str = 'BomRef') -> 'BomRefDiscriminator':
9797
* :attr:`cyclonedx.model.bom.Bom.vulnerabilities`
9898
"""
9999
return cls(chain(
100-
(c.bom_ref for c in bom._get_all_components()),
100+
(c.bom_ref for c in bom._get_all_components()),
101101
(s.bom_ref for s in bom.services),
102102
(v.bom_ref for v in bom.vulnerabilities),
103103
), prefix)

0 commit comments

Comments
 (0)