Skip to content

Commit 0634a4e

Browse files
fix: removed extra code
1 parent 2d19ef7 commit 0634a4e

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
@@ -24,10 +24,6 @@
2424
User = get_user_model()
2525
log = logging.getLogger(__name__)
2626

27-
# Notification type emitted by ora2 on submission for ORAs with peer/self review steps.
28-
# This type is used only as a trigger; it is not stored as a notification itself.
29-
ORA_SUBMISSION_NOTIFICATION_TYPE = 'ora_submission_created'
30-
3127
AUDIENCE_FILTER_CLASSES = {
3228
'discussion_roles': ForumRoleAudienceFilter,
3329
'course_roles': CourseRoleAudienceFilter,

0 commit comments

Comments
 (0)