Skip to content

Commit f08eea2

Browse files
committed
fix: Comment clean up
1 parent 519282a commit f08eea2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/c2pa/c2pa.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,6 @@ def __init__(self,
15141514
)
15151515
)
15161516

1517-
# Mark as initialized after successful creation
15181517
self._initialized = True
15191518

15201519
def __enter__(self):
@@ -2118,7 +2117,6 @@ def __init__(self, manifest_json: Any):
21182117
)
21192118
)
21202119

2121-
# Mark as initialized only after successful creation
21222120
self._initialized = True
21232121

21242122
@classmethod

0 commit comments

Comments
 (0)