diff --git a/lms/djangoapps/course_api/blocks/tests/test_views.py b/lms/djangoapps/course_api/blocks/tests/test_views.py index d26ad37c99..c1f6736520 100644 --- a/lms/djangoapps/course_api/blocks/tests/test_views.py +++ b/lms/djangoapps/course_api/blocks/tests/test_views.py @@ -17,8 +17,9 @@ from common.djangoapps.student.models import CourseEnrollment from common.djangoapps.student.roles import CourseDataResearcherRole from common.djangoapps.student.tests.factories import AdminFactory, CourseEnrollmentFactory, UserFactory from openedx.core.djangoapps.discussions.models import DiscussionsConfiguration, Provider -from xmodule.modulestore.tests.django_utils import \ - SharedModuleStoreTestCase # lint-amnesty, pylint: disable=wrong-import-order +from xmodule.modulestore.tests.django_utils import ( # lint-amnesty, pylint: disable=wrong-import-order + SharedModuleStoreTestCase +) from xmodule.modulestore.tests.factories import ( # lint-amnesty, pylint: disable=wrong-import-order BlockFactory, ToyCourseFactory