We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a8f7e commit ea63a4aCopy full SHA for ea63a4a
model_signing/manifest/manifest.py
@@ -60,7 +60,8 @@ class ManifestItem(metaclass=ABCMeta):
60
def from_str(as_string: str) -> Self:
61
"""Parses a `ManifestItem` from a string representation.
62
63
- All implementations must ensure the following round-trip properties:
+ All implementations must ensure the following round-trip properties
64
+ (for inputs that are valid):
65
66
1) `ManifestItem.from_str(str(si)) == si`
67
2) `str(ManifestItem.from_str(str)) == str`
0 commit comments