From 149d92bb4bce92f67df7819243ed066fb1d00f0b Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Thu, 13 Jun 2024 18:07:37 -0500 Subject: [PATCH] PPF-650: this is now fixed --- PyPDFForm/filler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PyPDFForm/filler.py b/PyPDFForm/filler.py index b0f3708c..9655a12e 100644 --- a/PyPDFForm/filler.py +++ b/PyPDFForm/filler.py @@ -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()