From 9e596953a3717b54d3984be224f35f40786a45c9 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 23 Jan 2016 02:58:03 +0000 Subject: [PATCH] pep8 --- src/documents/management/commands/document_consumer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/documents/management/commands/document_consumer.py b/src/documents/management/commands/document_consumer.py index 2cb8e52a3..63d680078 100644 --- a/src/documents/management/commands/document_consumer.py +++ b/src/documents/management/commands/document_consumer.py @@ -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):