We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d19ef7 commit 0634a4eCopy full SHA for 0634a4e
1 file changed
openedx/core/djangoapps/notifications/handlers.py
@@ -24,10 +24,6 @@
24
User = get_user_model()
25
log = logging.getLogger(__name__)
26
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
-
31
AUDIENCE_FILTER_CLASSES = {
32
'discussion_roles': ForumRoleAudienceFilter,
33
'course_roles': CourseRoleAudienceFilter,
0 commit comments