We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0293d50 commit ea11d2cCopy full SHA for ea11d2c
1 file changed
src/utils.py
@@ -4369,7 +4369,7 @@ def remove_hidden(cont_lines):
4369
found_redacts = False
4370
for annot in page.annots():
4371
if annot.type[0] == mupdf.PDF_ANNOT_FILE_ATTACHMENT and attached_files:
4372
- annot.update_file(buffer=b" ") # set file content to empty
+ annot.update_file(buffer_=b" ") # set file content to empty
4373
if reset_responses:
4374
annot.delete_responses()
4375
if annot.type[0] == pymupdf.PDF_ANNOT_REDACT: # pylint: disable=no-member
0 commit comments