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 05fe079 commit fb33e1f
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 @@ -191,7 +191,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 @@ -220,7 +220,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
USER_NOTIFICATION_REQUESTED = OpenEdxPublicSignal(
Expand Down

0 comments on commit fb33e1f

Please sign in to comment.