mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	No need to extend object
This commit is contained in:
		@@ -3,7 +3,7 @@ import re
 | 
			
		||||
from .parsers import RasterisedDocumentParser
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ConsumerDeclaration(object):
 | 
			
		||||
class ConsumerDeclaration:
 | 
			
		||||
 | 
			
		||||
    MATCHING_FILES = re.compile("^.*\.(pdf|jpe?g|gif|png|tiff?|pnm|bmp)$")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user