Skip to content

Commit

Permalink
refactor: fix issues identified by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 16, 2025
1 parent 93b7b66 commit b8b3adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx_events/learning/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
}
)

# .. event_type: org.openedx.learning.course.persistent_grade.summary.v1
# .. event_type: org.openedx.learning.course.persistent_grade_summary.changed.v1
# .. event_name: PERSISTENT_GRADE_SUMMARY_CHANGED
# .. event_description: emitted when a grade changes in the course
# .. event_data: PersistentCourseGradeData
Expand Down Expand Up @@ -234,7 +234,7 @@
# .. event_type: org.openedx.learning.user.notification.requested.v1
# .. event_name: USER_NOTIFICATION_REQUESTED
# .. event_description: Can be fired from apps to send user notifications.
# .. event_data: UserNotificationSendListData
# .. event_data: UserNotificationData
# .. event_warning: This event is currently incompatible with the event bus, list/dict cannot be serialized yet
# .. event_trigger_repository: openedx/edx-platform openedx/edx-ora2
# .. event_trigger_path: lms/djangoapps/discussion/rest_api/discussions_notifications.py openassessment/xblock/utils/notifications.py # noqa
Expand Down

0 comments on commit b8b3adf

Please sign in to comment.