diff --git a/pdfannots/__init__.py b/pdfannots/__init__.py index 6a6d9c7..123666f 100644 --- a/pdfannots/__init__.py +++ b/pdfannots/__init__.py @@ -22,7 +22,7 @@ import pdfminer.settings import pdfminer.utils -from .types import Page, ObjectWithPos, Outline, AnnotationType, Annotation, Document, RGB +from .types import Page, Outline, AnnotationType, Annotation, Document, RGB from .utils import cleanup_text, decode_datetime pdfminer.settings.STRICT = False