Skip to content

Commit 561428c

Browse files
committed
Remove unused schema
Signed-off-by: marinamoore <[email protected]>
1 parent b18c875 commit 561428c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tuf/formats.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,6 @@
382382
spec_version = SPECIFICATION_VERSION_SCHEMA,
383383
meta = FILEINFODICT_SCHEMA)
384384

385-
MERKLE_TIMESTAMP_SCHEMA = SCHEMA.Object(
386-
spec_version = SPECIFICATION_VERSION_SCHEMA,
387-
version = METADATAVERSION_SCHEMA,
388-
expires = securesystemslib.formats.ISO8601_DATETIME_SCHEMA,
389-
merkle_root = HASH_SCHEMA)
390-
391385
# Timestamp role: indicates the latest version of the snapshot file.
392386
TIMESTAMP_SCHEMA = SCHEMA.Object(
393387
object_name = 'TIMESTAMP_SCHEMA',

0 commit comments

Comments
 (0)