Skip to content

Commit 38c4e68

Browse files
committed
flake8
1 parent 2946d96 commit 38c4e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from PyPDF2.constants import ImageAttributes as IA
1818
from PyPDF2.constants import PageAttributes as PG
1919
from PyPDF2.constants import Ressources as RES
20-
from PyPDF2.errors import PdfReadError, PdfReadWarning
20+
from PyPDF2.errors import PdfReadWarning
2121
from PyPDF2.filters import _xobj_to_image
2222

2323
from . import get_pdf_from_url, normalize_warnings

0 commit comments

Comments
 (0)