Standarizes the imports across all the files and modules (#4248)

This commit is contained in:
Trenton H
2023-09-23 20:17:01 -07:00
committed by GitHub
parent 54783f706f
commit dc642152d1
16 changed files with 117 additions and 123 deletions

View File

@@ -8,8 +8,7 @@ from django.test import override_settings
from documents.checks import changed_password_check
from documents.checks import parser_check
from documents.models import Document
from .factories import DocumentFactory
from documents.tests.factories import DocumentFactory
class TestDocumentChecks(TestCase):