Skip to content

Commit

Permalink
Merge pull request #651 from chinapandaman/PPF-650
Browse files Browse the repository at this point in the history
PPF-650: remove the linting ignore in filler.py
  • Loading branch information
chinapandaman authored Jun 13, 2024
2 parents ee0c728 + 149d92b commit 4054d1c
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 4054d1c

Please sign in to comment.