mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Standarizes the imports across all the files and modules (#4248)
This commit is contained in:
parent
9712ac109d
commit
8d60506884
16 changed files with 117 additions and 123 deletions
|
|
@ -2,9 +2,8 @@ from django.test import TestCase
|
|||
|
||||
from documents.models import Correspondent
|
||||
from documents.models import Document
|
||||
|
||||
from .factories import CorrespondentFactory
|
||||
from .factories import DocumentFactory
|
||||
from documents.tests.factories import CorrespondentFactory
|
||||
from documents.tests.factories import DocumentFactory
|
||||
|
||||
|
||||
class CorrespondentTestCase(TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue