We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3198c47 commit e06e278Copy full SHA for e06e278
tuf/api/metadata.py
@@ -308,7 +308,7 @@ def __init__(
308
309
# Deserialization (factories).
310
@classmethod
311
- def from_dict(cls, signed_dict) -> 'Signed':
+ def from_dict(cls, signed_dict: JsonDict) -> 'Signed':
312
"""Creates Signed object from its JSON/dict representation. """
313
314
# Convert 'expires' TUF metadata string to a datetime object, which is
0 commit comments