Metadata API: stop using formats.py #1384
Labels
backlog
Issues to address with priority for current development goals
good first issue
Bite-sized items for first time contributors
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Currently we have one use of tuf/formats.py in tuf/api/metadata.py. I think we should try to keep the two implementations separate.
Current behavior:
formats.expiry_string_to_datetime()
is used in metadata.pyExpected behavior:
We should do the conversion in metadata.py (and I think we should not raise securesystemslib errors like current implementation does).
The text was updated successfully, but these errors were encountered: