Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
pubpub-zz committed Jul 24, 2022
1 parent 945d26f commit 2211461
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
from PyPDF2.constants import ImageAttributes as IA
from PyPDF2.constants import PageAttributes as PG
from PyPDF2.constants import Ressources as RES
from PyPDF2.errors import (
STREAM_TRUNCATED_PREMATURELY,
PdfReadError,
PdfReadWarning,
)
from PyPDF2.errors import PdfReadError, PdfReadWarning
from PyPDF2.filters import _xobj_to_image
from PyPDF2.generic import Destination

Expand Down

0 comments on commit 2211461

Please sign in to comment.