Skip to content

Commit e06e278

Browse files
authored
Update tuf/api/metadata.py (WIP)
1 parent 3198c47 commit e06e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/api/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def __init__(
308308

309309
# Deserialization (factories).
310310
@classmethod
311-
def from_dict(cls, signed_dict) -> 'Signed':
311+
def from_dict(cls, signed_dict: JsonDict) -> 'Signed':
312312
"""Creates Signed object from its JSON/dict representation. """
313313

314314
# Convert 'expires' TUF metadata string to a datetime object, which is

0 commit comments

Comments
 (0)