mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Fix code style (line too long)
This commit is contained in:
parent
41494ee689
commit
2a47b3f1a1
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue