Skip to content

Commit b6521eb

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 81f5395 commit b6521eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/_internal/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ComparableDict(ComparableTuple):
6363
Allows comparison of dictionaries, allowing for missing/None values.
6464
"""
6565

66-
def __new__(cls, d: dict) -> 'ComparableDict':
66+
def __new__(cls, d: Dict[Any, Any]) -> 'ComparableDict':
6767
return super(ComparableDict, cls).__new__(cls, sorted(d.items()))
6868

6969

0 commit comments

Comments
 (0)