Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jan 18, 2025
1 parent 67cb9f9 commit d3d1842
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cyclonedx/serialization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
Set of helper classes for use with ``serializable`` when conducting (de-)serialization.
"""

from typing import TYPE_CHECKING, Any, Dict, List, Optional, Type
from typing import Any, Optional
from uuid import UUID
from xml.etree.ElementTree import Element # nosec B405

# See https://github.com/package-url/packageurl-python/issues/65
from packageurl import PackageURL
Expand Down

0 comments on commit d3d1842

Please sign in to comment.