Cleanup unused imports

This commit is contained in:
James R. Barlow
2018-06-23 01:47:53 -07:00
parent 2530d1791b
commit b0dbaeafc5
16 changed files with 31 additions and 61 deletions
-3
View File
@@ -16,14 +16,11 @@
# along with OCRmyPDF. If not, see <http://www.gnu.org/licenses/>.
from pathlib import Path
from subprocess import CalledProcessError
import concurrent.futures
from collections import defaultdict, namedtuple
import struct
import logging
import sys
from io import BytesIO
from PIL import Image
import pikepdf