chore: Applied lint-amnesty on lms/djangoapps (#29395)

This commit is contained in:
Jawayria
2021-12-21 13:36:50 +05:00
committed by GitHub
parent 0d63afe840
commit d0fbde8973
14 changed files with 30 additions and 30 deletions

View File

@@ -45,7 +45,7 @@ from lms.djangoapps.instructor_task.tasks import (
send_bulk_course_email,
generate_anonymous_ids_for_course
)
from xmodule.modulestore.django import modulestore
from xmodule.modulestore.django import modulestore # lint-amnesty, pylint: disable=wrong-import-order
class SpecificStudentIdMissingError(Exception):