Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Feb 27, 2024
1 parent 5c344ab commit adc27a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pypdf/generic/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@
read_until_regex,
str_,
)
from ..errors import (
STREAM_TRUNCATED_PREMATURELY,
PdfReadError,
PdfStreamError,
)
from ..errors import STREAM_TRUNCATED_PREMATURELY, PdfReadError, PdfStreamError

__author__ = "Mathieu Fenniak"
__author_email__ = "biziqe@mathieu.fenniak.net"
Expand Down

0 comments on commit adc27a0

Please sign in to comment.