Skip to content

Commit

Permalink
imports tidied
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
madpah committed Apr 4, 2024
1 parent 0398051 commit 875a338
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cyclonedx/model/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import re
from enum import Enum
from os.path import exists
from typing import Any, Dict, FrozenSet, Iterable, List, Optional, Set, Type, Union
from typing import Any, Dict, FrozenSet, Iterable, Optional, Set, Type, Union
from warnings import warn

# See https://github.com/package-url/packageurl-python/issues/65
Expand All @@ -29,8 +29,9 @@
from .._internal.hash import file_sha1sum as _file_sha1sum
from ..exception.model import InvalidOmniBorIdException, NoPropertiesProvidedException
from ..exception.serialization import (
CycloneDxDeserializationException,
SerializationOfUnexpectedValueException,
SerializationOfUnsupportedComponentTypeException, CycloneDxDeserializationException,
SerializationOfUnsupportedComponentTypeException,
)
from ..schema.schema import (
SchemaVersion1Dot0,
Expand Down

0 comments on commit 875a338

Please sign in to comment.