Skip to content

Commit aab6886

Browse files
committed
no cover
1 parent 81551eb commit aab6886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPDF2/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
]
5757

5858

59-
class PdfReaderProtocol(Protocol):
59+
class PdfReaderProtocol(Protocol): # pragma: no cover
6060
@property
6161
def pdf_header(self) -> str:
6262
...

0 commit comments

Comments
 (0)