From a6b93f1ab71ba5bce5edd740b282de154dbfbc87 Mon Sep 17 00:00:00 2001 From: Nimisha Asthagiri Date: Fri, 18 Nov 2016 15:05:09 -0500 Subject: [PATCH] Fix missing import due to merge conflict between parallel PRs --- lms/djangoapps/grades/tests/test_tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/grades/tests/test_tasks.py b/lms/djangoapps/grades/tests/test_tasks.py index 9e86a8e336..37743257b9 100644 --- a/lms/djangoapps/grades/tests/test_tasks.py +++ b/lms/djangoapps/grades/tests/test_tasks.py @@ -12,6 +12,7 @@ from unittest import skip from student.models import anonymous_id_for_user from student.tests.factories import UserFactory +from xmodule.modulestore.django import modulestore from xmodule.modulestore import ModuleStoreEnum from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase from xmodule.modulestore.tests.factories import CourseFactory, ItemFactory, check_mongo_calls