Skip to content

Commit debab52

Browse files
committed
fix: name 'Optional' is not defined
import Optional from typing
1 parent dbd8d07 commit debab52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdfly/extract_annotated_pages.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
A: https://github.com/py-pdf/pdfly/issues/97
66
"""
77

8+
from typing import Optional
89
from pathlib import Path
910
from pypdf import PdfReader, PdfWriter
1011

0 commit comments

Comments
 (0)