Skip to content

Commit 60380d1

Browse files
authored
Clean up comments in read.py
Removed unnecessary comments about trust anchor configuration.
1 parent bd9c172 commit 60380d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/read.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
# This example shows how to read a C2PA manifest embedded in a media file, and validate
77
# that it is trusted according to the official trust anchor certificate list.
88
# The output is printed as prettified JSON.
9-
#
10-
# This example uses Context with custom Settings for trust anchor configuration.
9+
1110

1211
TRUST_ANCHORS_URL = "https://contentcredentials.org/trust/anchors.pem"
1312

0 commit comments

Comments
 (0)