Remove line between import of the same module.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-19 17:24:01 -04:00
committed by Roberto Rosario
parent 62bb9e80d9
commit cc96ae0a09

View File

@@ -6,7 +6,6 @@ from documents.tests import (
GenericDocumentViewTestCase, TEST_SMALL_DOCUMENT_PATH,
)
from sources.models import WebFormSource
from sources.tests.literals import (
TEST_SOURCE_LABEL, TEST_SOURCE_UNCOMPRESS_N
)