Skip to content

Commit d477ef7

Browse files
committed
better naming
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 84811d0 commit d477ef7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

cyclonedx/model/component.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
SerializationOfUnexpectedValueException,
4141
SerializationOfUnsupportedComponentTypeException,
4242
)
43-
from ..schema.deprecation import (
44-
SchemaDeprecationWarning1Dot3,
45-
SchemaDeprecationWarning1Dot6,
46-
)
43+
from ..schema.deprecation import SchemaDeprecationWarning1Dot3, SchemaDeprecationWarning1Dot6
4744
from ..schema.schema import (
4845
SchemaVersion1Dot0,
4946
SchemaVersion1Dot1,

0 commit comments

Comments
 (0)