mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
code style.
This commit is contained in:
parent
6931e37737
commit
0e2a2eb53a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user