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 9712ac109d
commit 8d60506884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 117 additions and 123 deletions

View file

@ -30,10 +30,9 @@ from documents.models import Tag
from documents.parsers import DocumentParser
from documents.parsers import ParseError
from documents.tasks import sanity_check
from documents.tests.utils import DirectoriesMixin
from documents.tests.utils import FileSystemAssertsMixin
from .utils import DirectoriesMixin
class TestAttributes(TestCase):
TAGS = ("tag1", "tag2", "tag3")