Skip to content

Commit 875a338

Browse files
committed
imports tidied
Signed-off-by: Paul Horton <paul.horton@owasp.org>
1 parent 0398051 commit 875a338

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cyclonedx/model/component.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from enum import Enum
1919
from os.path import exists
20-
from typing import Any, Dict, FrozenSet, Iterable, List, Optional, Set, Type, Union
20+
from typing import Any, Dict, FrozenSet, Iterable, Optional, Set, Type, Union
2121
from warnings import warn
2222

2323
# See https://github.com/package-url/packageurl-python/issues/65
@@ -29,8 +29,9 @@
2929
from .._internal.hash import file_sha1sum as _file_sha1sum
3030
from ..exception.model import InvalidOmniBorIdException, NoPropertiesProvidedException
3131
from ..exception.serialization import (
32+
CycloneDxDeserializationException,
3233
SerializationOfUnexpectedValueException,
33-
SerializationOfUnsupportedComponentTypeException, CycloneDxDeserializationException,
34+
SerializationOfUnsupportedComponentTypeException,
3435
)
3536
from ..schema.schema import (
3637
SchemaVersion1Dot0,

0 commit comments

Comments
 (0)