Skip to content

Commit ac498d9

Browse files
fix: removed extra code
1 parent c2c4c1a commit ac498d9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

openedx/core/djangoapps/notifications/handlers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
User = get_user_model()
2828
log = logging.getLogger(__name__)
2929

30-
# Notification type emitted by ora2 on submission for ORAs with peer/self review steps.
31-
# This type is used only as a trigger; it is not stored as a notification itself.
32-
ORA_SUBMISSION_NOTIFICATION_TYPE = 'ora_submission_created'
33-
3430
AUDIENCE_FILTER_CLASSES = {
3531
'discussion_roles': ForumRoleAudienceFilter,
3632
'course_roles': CourseRoleAudienceFilter,

0 commit comments

Comments
 (0)