Skip to content

Commit d54c910

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b0346e3 commit d54c910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/output/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def from_bom(cls, bom: 'Bom', prefix: str = 'BomRef') -> 'BomRefDiscriminator':
194194
chain.from_iterable(s.licenses for s in services),
195195
)
196196
return cls(
197-
(i.bom_ref for i in chain( # type:ignore[attr-defined]
197+
(i.bom_ref for i in chain(
198198
components,
199199
services,
200200
vulnerabilities,

0 commit comments

Comments
 (0)