Merge pull request #27100 from edx/revert-27097-revert-27087-fixing-toggles

Revert "Revert "temp: Apply pylint amnesy ( Type annotation-invalid-choice )""
This commit is contained in:
Awais Qureshi
2021-03-22 17:26:23 +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.