Merge pull request #27087 from edx/fixing-toggles

temp: Apply pylint amnesy ( Type annotation-invalid-choice )
This commit is contained in:
Awais Qureshi
2021-03-22 11:19:50 +05:00
committed by GitHub

View File

@@ -949,7 +949,7 @@ FEATURES = {
# .. toggle_warnings: None.
'ENABLE_COURSE_ASSESSMENT_GRADE_CHANGE_SIGNAL': False,
# .. toggle_name: FEATURES['ALLOW_ADMIN_ENTERPRISE_COURSE_ENROLLMENT_DELETION']
# .. toggle_name: FEATURES['ALLOW_ADMIN_ENTERPRISE_COURSE_ENROLLMENT_DELETION'] # lint-amnesty, pylint: disable=annotation-invalid-choice
# .. toggle_implementation: DjangoSetting
# .. toggle_default: False
# .. toggle_description: If true, allows for the deletion of EnterpriseCourseEnrollment records via Django Admin.