From a68973af974e26d4c9b5b4a1a5c65f1d5a34368f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 30 Oct 2018 11:01:16 +0100 Subject: [PATCH] isort fixes --- drafthorse/pdf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/drafthorse/pdf.py b/drafthorse/pdf.py index 7b4528b..df18cf6 100644 --- a/drafthorse/pdf.py +++ b/drafthorse/pdf.py @@ -29,7 +29,6 @@ import hashlib from io import BytesIO from lxml import etree - from PyPDF2 import PdfFileReader, PdfFileWriter from PyPDF2.generic import (ArrayObject, DecodedStreamObject, DictionaryObject, NameObject, createStringObject) -- 2.47.3