mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	pep8
This commit is contained in:
		@@ -16,9 +16,10 @@ from django.core.management.base import BaseCommand, CommandError
 | 
				
			|||||||
from django.template.defaultfilters import slugify
 | 
					from django.template.defaultfilters import slugify
 | 
				
			||||||
from django.utils import timezone
 | 
					from django.utils import timezone
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from paperless.db import GnuPG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from ...languages import ISO639
 | 
					from ...languages import ISO639
 | 
				
			||||||
from ...models import Document, Sender
 | 
					from ...models import Document, Sender
 | 
				
			||||||
from paperless.db import GnuPG
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class OCRError(BaseException):
 | 
					class OCRError(BaseException):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user