PEP8 cleanups and code style cleanups.
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
||||
from django.core.files.base import File
|
||||
from django.test import TestCase
|
||||
|
||||
from documents.models import Document, DocumentType
|
||||
from documents.models import DocumentType
|
||||
from documents.test_models import TEST_SMALL_DOCUMENT_PATH, TEST_DOCUMENT_TYPE
|
||||
from metadata.models import MetadataType, DocumentTypeMetadataType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user