Fix a number of unused-import pylint violations

This commit is contained in:
Ned Batchelder
2017-11-21 17:22:32 -05:00
parent 8b3f81f3b4
commit e23e3a0486
111 changed files with 51 additions and 167 deletions

View File

@@ -36,7 +36,6 @@ from lms.djangoapps.instructor_task.tests.test_base import (
TestReportMixin
)
from openedx.core.djangoapps.util.testing import TestConditionalContent
from openedx.core.djangolib.testing.utils import get_mock_request
from openedx.core.lib.url_utils import quote_slashes
from xmodule.modulestore import ModuleStoreEnum
from xmodule.modulestore.tests.factories import ItemFactory