Skip to content

Commit

Permalink
Merge branch 'main' into cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Dec 11, 2022
2 parents 5513fa1 + 9674f5f commit afebcab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PyPDF2/_writer.py
Expand Up @@ -1490,10 +1490,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 afebcab

Please sign in to comment.