]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
isort fixes
authorRaphael Michel <mail@raphaelmichel.de>
Tue, 30 Oct 2018 10:01:16 +0000 (11:01 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Tue, 30 Oct 2018 10:01:16 +0000 (11:01 +0100)
drafthorse/pdf.py

index 7b4528b2becfc5c6dc0a1de6c8880b634fbf1353..df18cf68bbe9f3db8b322ac294589c666b128df7 100644 (file)
@@ -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)