From e892b552bafbc93e5b3e2aea36dc200a242df4b9 Mon Sep 17 00:00:00 2001 From: John Eskew Date: Sat, 5 Mar 2016 11:03:07 -0500 Subject: [PATCH] Remove non-existent import. --- lms/djangoapps/courseware/tests/test_courses.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/tests/test_courses.py b/lms/djangoapps/courseware/tests/test_courses.py index 6976e376ca..b2ecc49e80 100644 --- a/lms/djangoapps/courseware/tests/test_courses.py +++ b/lms/djangoapps/courseware/tests/test_courses.py @@ -33,7 +33,8 @@ from xmodule.modulestore.django import _get_modulestore_branch_setting, modulest from xmodule.modulestore import ModuleStoreEnum from xmodule.modulestore.xml_importer import import_course_from_xml from xmodule.modulestore.tests.django_utils import ( - ModuleStoreTestCase, TEST_DATA_MIXED_TOY_MODULESTORE + ModuleStoreTestCase, + TEST_DATA_MIXED_MODULESTORE ) from xmodule.modulestore.tests.factories import ( CourseFactory, ItemFactory, ToyCourseFactory, check_mongo_calls