mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
Fix code style (line too long)
This commit is contained in:
parent
41494ee689
commit
2a47b3f1a1
@ -196,7 +196,8 @@ class RasterisedDocumentParser(DocumentParser):
|
|||||||
if self.has_alpha(input_file):
|
if self.has_alpha(input_file):
|
||||||
self.log(
|
self.log(
|
||||||
"info",
|
"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:
|
with Image.open(input_file) as im:
|
||||||
background = Image.new('RGBA', im.size, (255, 255, 255))
|
background = Image.new('RGBA', im.size, (255, 255, 255))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user