Skip to content

Commit 93ded98

Browse files
committed
fix: Cleaning up
1 parent eca5198 commit 93ded98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/c2pa/c2pa.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,6 @@ def is_embedded(self) -> bool:
16881688

16891689
result = _lib.c2pa_reader_is_embedded(self._reader)
16901690

1691-
# c_bool should return a Python bool directly
16921691
return bool(result)
16931692

16941693
def get_remote_url(self) -> Optional[str]:

0 commit comments

Comments
 (0)