Skip to content

Commit

Permalink
Compatibility with pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Schreiber authored Jan 7, 2024
1 parent 1915dbd commit a2db903
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pdf2image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
__init__ of the pdf2image module
"""

from .pdf2image import (
convert_from_bytes,
convert_from_path,
pdfinfo_from_bytes,
pdfinfo_from_path,
)
from .pdf2image import convert_from_bytes as convert_from_bytes
from .pdf2image import convert_from_path as convert_from_path
from .pdf2image import pdfinfo_from_bytes as pdfinfo_from_bytes
from .pdf2image import pdfinfo_from_path as pdfinfo_from_path

0 comments on commit a2db903

Please sign in to comment.