Skip to content

Commit d3d1842

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 67cb9f9 commit d3d1842

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cyclonedx/serialization/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
Set of helper classes for use with ``serializable`` when conducting (de-)serialization.
2121
"""
2222

23-
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Type
23+
from typing import Any, Optional
2424
from uuid import UUID
25-
from xml.etree.ElementTree import Element # nosec B405
2625

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

0 commit comments

Comments
 (0)