Skip to content

Commit ceaecc0

Browse files
committed
ignore type
1 parent 5750785 commit ceaecc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unstructured_inference/inference/layout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,14 +411,14 @@ def convert_pdf_to_image(
411411
dpi=dpi,
412412
output_folder=output_folder,
413413
paths_only=path_only,
414-
userpw=password,
414+
userpw=password, # type: ignore
415415
)
416416
else:
417417
images = pdf2image.convert_from_path(
418418
filename,
419419
dpi=dpi,
420420
paths_only=path_only,
421-
userpw=password,
421+
userpw=password, # type: ignore
422422
)
423423

424424
return images

0 commit comments

Comments
 (0)