Skip to content

Commit

Permalink
fix(post_processor): adapt to most recent PyPDF2 import paths after t…
Browse files Browse the repository at this point in the history
…heir breaking change
  • Loading branch information
BjoernLudwigPTB committed Jul 24, 2022
1 parent 7242e7c commit 08062bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyxml2pdf/core/post_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

from PyPDF2.pdf import PageObject, PdfFileReader, PdfFileWriter # type: ignore
from PyPDF2 import PageObject, PdfFileReader, PdfFileWriter


class PostProcessor:
Expand Down

0 comments on commit 08062bd

Please sign in to comment.