From 23bcd6f05d07cac31b22ccc3a992bddd1c32afb8 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 22 Mar 2021 13:31:38 +0500 Subject: [PATCH] revert: Reverts #27097 #27097 reverted the pylint amnesty change. After reverting the ubuntu20 deployment, now this can be deployed again. --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 17cedc5ccf..27f20e37b7 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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.