Skip to content

Commit 42d7cca

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 415e002 commit 42d7cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/model/bom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def __repr__(self) -> str:
314314
return f'<BomMetaData timestamp={self.timestamp}, component={self.component}>'
315315

316316

317-
@serializable.serializable_class( ignore_unknown_during_deserialization=True)
317+
@serializable.serializable_class(ignore_unknown_during_deserialization=True)
318318
class Bom:
319319
"""
320320
This is our internal representation of a bill-of-materials (BOM).

0 commit comments

Comments
 (0)