Skip to content

Commit 876d32a

Browse files
committed
fix: Refactor
1 parent 5cb1a71 commit 876d32a

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
@@ -1918,7 +1918,6 @@ def sign(
19181918
dest_stream = Stream(dest)
19191919

19201920
# Use the internal stream-base signing logic
1921-
# Ignore the return value since this method returns None
19221921
self._sign_internal(signer, format, source_stream, dest_stream)
19231922

19241923
def sign_file(self,

0 commit comments

Comments
 (0)