Skip to content

Commit 0843234

Browse files
committed
style
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 62c1d9a commit 0843234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cyclonedx/serialization/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"""
1818
Set of helper classes for use with ``serializable`` when conducting (de-)serialization.
1919
"""
20+
2021
from json import loads as json_loads
2122
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Type
2223
from uuid import UUID

0 commit comments

Comments
 (0)