We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c4c1a commit ac498d9Copy full SHA for ac498d9
1 file changed
openedx/core/djangoapps/notifications/handlers.py
@@ -27,10 +27,6 @@
27
User = get_user_model()
28
log = logging.getLogger(__name__)
29
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
-
34
AUDIENCE_FILTER_CLASSES = {
35
'discussion_roles': ForumRoleAudienceFilter,
36
'course_roles': CourseRoleAudienceFilter,
0 commit comments