Skip to content

Commit 44a1919

Browse files
committed
fix: Clean up
1 parent a69980d commit 44a1919

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/c2pa/c2pa.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,9 +1246,6 @@ class Reader:
12461246
```
12471247
with Reader("image/jpeg", output) as reader:
12481248
manifest_json = reader.json()
1249-
active_manifest = reader.get_active_manifest()
1250-
validation_state = reader.get_validation_state()
1251-
validation_results = reader.validation_results()
12521249
```
12531250
Where `output` is either an in-memory stream or an opened file.
12541251
"""

0 commit comments

Comments
 (0)