Skip to content

Commit fc51eba

Browse files
committed
Remove forgotten TODO comment
Signed-off-by: Martin Vrachev <[email protected]>
1 parent 1572385 commit fc51eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tuf/api/metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,6 @@ def __init__(
609609
meta: Mapping[str, MetadataInfo],
610610
) -> None:
611611
super().__init__(_type, version, spec_version, expires)
612-
# TODO: Add class for meta
613612
self.meta = meta
614613

615614
@classmethod

0 commit comments

Comments
 (0)