From cc96ae0a09b4dfa432e51995b9b3f6af8970c81a Mon Sep 17 00:00:00 2001 From: Michael Price Date: Mon, 19 Mar 2018 17:24:01 -0400 Subject: [PATCH] Remove line between import of the same module. Signed-off-by: Michael Price --- mayan/apps/tags/tests/test_wizard_steps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mayan/apps/tags/tests/test_wizard_steps.py b/mayan/apps/tags/tests/test_wizard_steps.py index c34893bdf0..bc65e36c04 100644 --- a/mayan/apps/tags/tests/test_wizard_steps.py +++ b/mayan/apps/tags/tests/test_wizard_steps.py @@ -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 )