We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81551eb commit aab6886Copy full SHA for aab6886
PyPDF2/types.py
@@ -56,7 +56,7 @@
56
]
57
58
59
-class PdfReaderProtocol(Protocol):
+class PdfReaderProtocol(Protocol): # pragma: no cover
60
@property
61
def pdf_header(self) -> str:
62
...
0 commit comments