Skip to content

Commit d294620

Browse files
committed
coding standards
Signed-off-by: Paul Horton <[email protected]>
1 parent 71e4bc6 commit d294620

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

tests/test_output_json.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525
from ddt import data, ddt, idata, named_data, unpack
2626

2727
from cyclonedx.exception import CycloneDxException, MissingOptionalDependencyException
28-
from cyclonedx.exception.model import LicenseExpressionAlongWithOthersException, UnknownComponentDependencyException, \
29-
InvalidSwhidException, InvalidOmniBorIdException
28+
from cyclonedx.exception.model import (
29+
InvalidOmniBorIdException,
30+
InvalidSwhidException,
31+
LicenseExpressionAlongWithOthersException,
32+
UnknownComponentDependencyException,
33+
)
3034
from cyclonedx.exception.output import FormatNotSupportedException
3135
from cyclonedx.model.bom import Bom
3236
from cyclonedx.output.json import BY_SCHEMA_VERSION, Json

tests/test_output_xml.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@
2424
from ddt import ddt, idata, named_data, unpack
2525

2626
from cyclonedx.exception import CycloneDxException, MissingOptionalDependencyException
27-
from cyclonedx.exception.model import LicenseExpressionAlongWithOthersException, UnknownComponentDependencyException, \
28-
InvalidSwhidException, InvalidOmniBorIdException
27+
from cyclonedx.exception.model import (
28+
InvalidOmniBorIdException,
29+
InvalidSwhidException,
30+
LicenseExpressionAlongWithOthersException,
31+
UnknownComponentDependencyException,
32+
)
2933
from cyclonedx.model.bom import Bom
3034
from cyclonedx.output.xml import BY_SCHEMA_VERSION, Xml
3135
from cyclonedx.schema import OutputFormat, SchemaVersion

0 commit comments

Comments
 (0)