Skip to content

Commit e35824f

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 71fd2fb commit e35824f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

cyclonedx/serialization/__init__.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@
3434

3535

3636
class BomRefHelper(BaseHelper):
37-
"""
38-
**DEPRECATED**
39-
Use :class:`BomRef` instead.
40-
37+
"""**DEPRECATED**
4138
.. deprecated:: 8.6
39+
Use :class:`BomRef` instead.
4240
"""
4341

4442
# TODO: remove, no longer needed
@@ -91,11 +89,9 @@ def deserialize(cls, o: Any) -> UUID:
9189

9290

9391
class LicenseRepositoryHelper(_LicenseRepositorySerializationHelper):
94-
"""
95-
**DEPRECATED**
96-
No public API planned for replacing this
97-
92+
"""**DEPRECATED**
9893
.. deprecated:: 8.6
94+
No public API planned for replacing this
9995
"""
10096

10197
# TODO: remove, no longer needed

0 commit comments

Comments
 (0)