Fix code style (line too long)

This commit is contained in:
Martin Müller 2022-02-21 22:34:34 +01:00
parent 41494ee689
commit 2a47b3f1a1

View File

@ -196,7 +196,8 @@ class RasterisedDocumentParser(DocumentParser):
if self.has_alpha(input_file):
self.log(
"info",
f"Removing alpha layer from {input_file} for compatibility with img2pdf"
f"Removing alpha layer from {input_file} "
"for compatibility with img2pdf"
)
with Image.open(input_file) as im:
background = Image.new('RGBA', im.size, (255, 255, 255))