mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix code style (line too long)
This commit is contained in:
		@@ -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))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user