Skip to content

Commit 6316f09

Browse files
committed
tidy
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 55f6f4d commit 6316f09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cyclonedx/output/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
import os
2323
import warnings
2424
from abc import ABC, abstractmethod
25-
from typing import TYPE_CHECKING, Any, Iterable, Literal, Mapping, Optional, Type, Union, overload
25+
from typing import TYPE_CHECKING, Any, Literal, Mapping, Optional, Type, Union, overload
2626

2727
from ..schema import OutputFormat, SchemaVersion
2828

2929
if TYPE_CHECKING: # pragma: no cover
3030
from ..model.bom import Bom
31-
from ..model.component import Component
3231
from .json import Json as JsonOutputter
3332
from .xml import Xml as XmlOutputter
3433

0 commit comments

Comments
 (0)