Skip to content

Commit

Permalink
Remove posix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval authored Dec 31, 2022
1 parent 34d3461 commit 1c34189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf2image/pdf2image.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import os
import platform
import posix
import tempfile
import types
import shutil
Expand Down Expand Up @@ -635,8 +634,9 @@ def pdfinfo_from_bytes(
temp_filename,
userpw=userpw,
ownerpw=ownerpw,
rawdates=rawdates,
poppler_path=poppler_path,
rawdates=rawdates,
timeout=timeout,
)
finally:
os.close(fh)
Expand Down

0 comments on commit 1c34189

Please sign in to comment.