From 2f7396e2aaf2e4d707ddb909f796461039284bc3 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 29 Nov 2020 12:37:22 +0100 Subject: [PATCH] code style. --- src/documents/management/commands/document_archiver.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/documents/management/commands/document_archiver.py b/src/documents/management/commands/document_archiver.py index 9ade7c0e4..469fc5991 100644 --- a/src/documents/management/commands/document_archiver.py +++ b/src/documents/management/commands/document_archiver.py @@ -1,16 +1,13 @@ import hashlib import multiprocessing -import ocrmypdf import logging import os import shutil import uuid from django.conf import settings -from django.core.management import call_command from django.core.management.base import BaseCommand -from ocrmypdf import Verbosity from whoosh.writing import AsyncWriter from documents.models import Document