Skip to content

Commit

Permalink
Add type-ignores for cloning PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Dec 11, 2022
1 parent 2aba718 commit 9674f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PyPDF2/_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1422,10 +1422,10 @@ def add_bookmark(
title,
pagenum,
parent,
color,
bold,
color, # type: ignore
bold, # type: ignore
italic,
Fit(fit_type=fit, fit_args=args),
Fit(fit_type=fit, fit_args=args), # type: ignore
)

def addBookmark(
Expand Down

0 comments on commit 9674f5f

Please sign in to comment.