Skip to content

Commit

Permalink
flake8 nit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xabu committed Dec 30, 2024
1 parent 03190b1 commit 1a8c573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfannots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a8c573

Please sign in to comment.