We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2aeea commit 90683edCopy full SHA for 90683ed
1 file changed
PyPDF2/utils.py
@@ -36,6 +36,9 @@
36
37
from PyPDF2.errors import STREAM_TRUNCATED_PREMATURELY, PdfStreamError
38
39
+# See https://github.com/py-pdf/PyPDF2/issues/779
40
+from PyPDF2.errors import PyPdfError, PdfReadError, PageSizeNotDefinedError, PdfReadWarning # noqa
41
+
42
try:
43
import builtins
44
from typing import Dict
0 commit comments