mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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):
|
||||
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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user