From 3c8bc4e5f11d4895a07ce384de9ce4e5669ff610 Mon Sep 17 00:00:00 2001 From: jansenk Date: Mon, 4 Apr 2022 17:55:27 -0400 Subject: [PATCH] chore: pylint toggle annotation --- lms/djangoapps/ora_staff_grader/views.py | 2 ++ 1 file changed, 2 insertions(+) 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,