feat: TNL-10136 Duplicate lines

Remove block of 3 lines duplicated in last rebase exercise
This commit is contained in:
Bernard Szabo
2022-12-15 08:32:48 -05:00
parent 6d25e192f1
commit 5332b5e6db

View File

@@ -237,10 +237,6 @@ class CourseEnrollmentManager(models.Manager):
# is used to cache the state in the request cache.
CourseEnrollmentState = namedtuple('CourseEnrollmentState', 'mode, is_active')
EVENT_NAME_ENROLLMENT_ACTIVATED = 'edx.course.enrollment.activated'
EVENT_NAME_ENROLLMENT_DEACTIVATED = 'edx.course.enrollment.deactivated'
EVENT_NAME_ENROLLMENT_MODE_CHANGED = 'edx.course.enrollment.mode_changed'
class CourseEnrollment(models.Model):
"""