Skip to content

Commit

Permalink
PPF-650: this is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Jun 13, 2024
1 parent ee0c728 commit 149d92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyPDFForm/filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def simple_fill(
) -> bytes:
"""Fills a PDF form in place."""

# pylint: disable=too-many-branches
pdf = PdfReader(stream_to_io(template))
enable_adobe_mode(pdf, adobe_mode)
out = PdfWriter()
Expand Down

0 comments on commit 149d92b

Please sign in to comment.