Skip to content

Commit

Permalink
Update PyPDF2/_merger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Dec 10, 2022
1 parent 7de7c4b commit 3d1deb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyPDF2/_merger.py
Expand Up @@ -182,7 +182,6 @@ def merge(
# The paremter is only marked as Optional as long as
# position is not fully deprecated
raise ValueError("page_number may not be None")
raise ValueError("page_number may not be None")
if fileobj is None: # deprecated
# The argument is only Optional due to the deprecated position
# argument
Expand Down

0 comments on commit 3d1deb2

Please sign in to comment.