chore: pylint toggle annotation

This commit is contained in:
jansenk
2022-04-04 17:55:27 -04:00
parent 9e716a94c3
commit 3c8bc4e5f1

View File

@@ -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,