mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Fixes ruff not running isort against the codebase
This commit is contained in:
parent
e0d2697618
commit
3bcbd05252
160 changed files with 347 additions and 224 deletions
|
|
@ -9,9 +9,10 @@ from zipfile import ZipFile
|
|||
|
||||
from django.core.management import call_command
|
||||
from django.core.management.base import CommandError
|
||||
from django.test import override_settings
|
||||
from django.test import TestCase
|
||||
from django.test import override_settings
|
||||
from django.utils import timezone
|
||||
|
||||
from documents.management.commands import document_exporter
|
||||
from documents.models import Correspondent
|
||||
from documents.models import Document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue