Skip to content

Commit 123fc6f

Browse files
fix wrong import
1 parent d725d00 commit 123fc6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mindee/pdf/pdf_compressor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import io
22
import logging
3-
from ctypes import c_char_p, c_ushort
3+
from ctypes import c_char_p, c_ushort, POINTER
44
from threading import RLock
55
from typing import BinaryIO, List, Optional, Tuple, Union
66

77
import pypdfium2 as pdfium
88
import pypdfium2.raw as pdfium_c
9-
from _ctypes import POINTER
109
from PIL import Image
1110

1211
from mindee.image_operations.image_compressor import compress_image

0 commit comments

Comments
 (0)