We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415e002 commit 42d7ccaCopy full SHA for 42d7cca
cyclonedx/model/bom.py
@@ -314,7 +314,7 @@ def __repr__(self) -> str:
314
return f'<BomMetaData timestamp={self.timestamp}, component={self.component}>'
315
316
317
-@serializable.serializable_class( ignore_unknown_during_deserialization=True)
+@serializable.serializable_class(ignore_unknown_during_deserialization=True)
318
class Bom:
319
"""
320
This is our internal representation of a bill-of-materials (BOM).
0 commit comments