From 5d7bd0e84cd4a6233054c34a25deb82d43497a4e Mon Sep 17 00:00:00 2001 From: Chandana3008 <74036324+Chandana3008@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:54:37 +0530 Subject: [PATCH] Update helpers.py removed unnecessary import --- common/djangoapps/student/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/djangoapps/student/helpers.py b/common/djangoapps/student/helpers.py index 1339dd71277e..fa476c3e2613 100644 --- a/common/djangoapps/student/helpers.py +++ b/common/djangoapps/student/helpers.py @@ -66,7 +66,6 @@ from submissions.models import StudentItem, Submission from submissions import api as submissions_api from xmodule.modulestore.django import modulestore -from lms.djangoapps.grades.models import PersistentSubsectionGrade from openedx.core.djangoapps.enrollments.data import get_course_enrollments # Enumeration of per-course verification statuses