From 6a258e4a021e90c3d129ede2c8ae580a6f8fea3c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 8 Jun 2016 19:30:04 -0400 Subject: [PATCH] Remove remarked imports. --- mayan/apps/checkouts/tests/test_organization_views.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mayan/apps/checkouts/tests/test_organization_views.py b/mayan/apps/checkouts/tests/test_organization_views.py index 0928de240c..e8ceea4182 100644 --- a/mayan/apps/checkouts/tests/test_organization_views.py +++ b/mayan/apps/checkouts/tests/test_organization_views.py @@ -13,12 +13,6 @@ from organizations.tests.test_organization_views import OrganizationViewTestCase from ..models import DocumentCheckout -#from .literals import ( -# TEST_DOCUMENT_METADATA_VALUE_2, TEST_METADATA_TYPE_LABEL, -# TEST_METADATA_TYPE_LABEL_2, TEST_METADATA_TYPE_NAME, -# TEST_METADATA_TYPE_NAME_2 -#) - class OrganizationDocumentCheckoutTestCase(OrganizationViewTestCase): def create_document(self):