diff --git a/lms/djangoapps/ora_staff_grader/views.py b/lms/djangoapps/ora_staff_grader/views.py index 503a76a0dd..c95c785e73 100644 --- a/lms/djangoapps/ora_staff_grader/views.py +++ b/lms/djangoapps/ora_staff_grader/views.py @@ -94,6 +94,8 @@ class InitializeView(StaffGraderBaseView): def _is_staff_grader_enabled(self, course_key): """ Helper to evaluate if the staff grader flag / overrides are enabled """ + # This toggle is documented on the edx-ora2 repo in openassessment/xblock/config_mixin.py + # pylint: disable=toggle-missing-annotation enhanced_staff_grader_flag = CourseWaffleFlag( WAFFLE_NAMESPACE, ENHANCED_STAFF_GRADER,