Skip to content

Commit ad85a22

Browse files
authored
MAINT: Remove erroneous comment (#3406)
1 parent 293602d commit ad85a22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pypdf/filters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ def decode(
619619
height: int = 0,
620620
**kwargs: Any,
621621
) -> bytes:
622-
# decode_parms is unused here
623622
if isinstance(decode_parms, ArrayObject): # deprecated
624623
deprecation_no_replacement(
625624
"decode_parms being an ArrayObject", removed_in="3.15.5"

0 commit comments

Comments
 (0)