Skip to content

Commit a35d540

Browse files
committed
removed unused imports
Signed-off-by: Paul Horton <[email protected]>
1 parent 1f55f3e commit a35d540

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cyclonedx/output/serializer/json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from packageurl import PackageURL # type: ignore
3030

3131
from cyclonedx.model import XsUri
32-
from cyclonedx.model.component import Component
3332

3433
HYPHENATED_ATTRIBUTES = [
3534
'bom_ref', 'mime_type', 'x_trust_boundary'

tests/test_output_generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from cyclonedx.model.bom import Bom
2323
from cyclonedx.model.component import Component
2424
from cyclonedx.output import get_instance, OutputFormat, SchemaVersion
25-
from cyclonedx.output.xml import XmlV1Dot3, Xml
25+
from cyclonedx.output.xml import XmlV1Dot3
2626

2727

2828
class TestOutputGeneric(TestCase):

0 commit comments

Comments
 (0)