mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
pep8
This commit is contained in:
parent
d69df37fb6
commit
9e596953a3
1 changed files with 2 additions and 1 deletions
|
|
@ -16,9 +16,10 @@ from django.core.management.base import BaseCommand, CommandError
|
|||
from django.template.defaultfilters import slugify
|
||||
from django.utils import timezone
|
||||
|
||||
from paperless.db import GnuPG
|
||||
|
||||
from ...languages import ISO639
|
||||
from ...models import Document, Sender
|
||||
from paperless.db import GnuPG
|
||||
|
||||
|
||||
class OCRError(BaseException):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue