From 3f709bae3f5f14e07984da5028565be8aa021cfb Mon Sep 17 00:00:00 2001 From: "qasim.gulzar" Date: Thu, 2 May 2024 11:53:49 +0500 Subject: [PATCH] fix: add parentheses to import --- lms/djangoapps/course_api/blocks/tests/test_views.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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