Skip to content

Commit

Permalink
Update tuf/api/metadata.py (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh authored Sep 8, 2020
1 parent 3198c47 commit e06e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuf/api/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def __init__(

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

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

0 comments on commit e06e278

Please sign in to comment.