Skip to content

Commit 0f09a7f

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 600a26f commit 0f09a7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cyclonedx/serialization/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
Set of helper classes for use with ``serializable`` when conducting (de-)serialization.
2121
"""
2222

23-
import sys
2423
from typing import Any, Optional
2524
from uuid import UUID
2625

@@ -34,7 +33,8 @@
3433

3534

3635
class BomRefHelper(BaseHelper):
37-
"""**DEPRECATED** in favour of :class:`BomRef`
36+
"""**DEPRECATED** in favour of :class:`BomRef`.
37+
3838
.. deprecated:: 8.6
3939
Use :class:`BomRef` instead.
4040
"""
@@ -90,6 +90,7 @@ def deserialize(cls, o: Any) -> UUID:
9090

9191
class LicenseRepositoryHelper(_LicenseRepositorySerializationHelper):
9292
"""**DEPRECATED**
93+
9394
.. deprecated:: 8.6
9495
No public API planned for replacing this,
9596
"""

0 commit comments

Comments
 (0)