Added type hint

This commit is contained in:
Andrew Murray 2024-07-06 22:06:47 +10:00
parent ae25d23c34
commit 6883018725

View File

@ -229,6 +229,7 @@ def test_pdf_append_fails_on_nonexistent_file() -> None:
def check_pdf_pages_consistency(pdf: PdfParser.PdfParser) -> None:
assert pdf.pages_ref is not None
pages_info = pdf.read_indirect(pdf.pages_ref)
assert b"Parent" not in pages_info
assert b"Kids" in pages_info