Skip to content

Commit cc3d3f6

Browse files
author
Jussi Kukkonen
committed
MetadataBundle: Update outdated docstring
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 69e83bb commit cc3d3f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tuf/client_rework/metadata_bundle.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ def from_string(data: str) -> Metadata:
9898

9999
class MetadataBundle(abc.Mapping):
100100
def __init__(self, path: str):
101-
"""Initialize by loading existing metadata from disk
102-
103-
This includes root, timestamp, snapshot and _top-level_ targets .
101+
"""Initialize by loading root metadata from disk
104102
"""
105103
self._path = path
106104
self._bundle = {} # type: Dict[str: Metadata]

0 commit comments

Comments
 (0)