revert: Reverts #27097

#27097 reverted the pylint amnesty change. After reverting the ubuntu20 deployment, now this can be deployed again.
This commit is contained in:
Awais Qureshi
2021-03-22 13:31:38 +05:00
parent 44897fe4b8
commit 23bcd6f05d

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.