From: Raphael Michel Date: Tue, 30 Oct 2018 10:01:16 +0000 (+0100) Subject: isort fixes X-Git-Tag: 1.0.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a68973af974e26d4c9b5b4a1a5c65f1d5a34368f;p=thirdparty%2Fpython-drafthorse.git isort fixes --- 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)