We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293602d commit ad85a22Copy full SHA for ad85a22
pypdf/filters.py
@@ -619,7 +619,6 @@ def decode(
619
height: int = 0,
620
**kwargs: Any,
621
) -> bytes:
622
- # decode_parms is unused here
623
if isinstance(decode_parms, ArrayObject): # deprecated
624
deprecation_no_replacement(
625
"decode_parms being an ArrayObject", removed_in="3.15.5"
0 commit comments