Skip to content

Commit

Permalink
chore: rebase onto v8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Oct 2, 2023
1 parent 557f8bc commit b043e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx_events/learning/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ class ExamAttemptData:
requesting_user = attr.ib(type=UserData, default=None)


attr.s(frozen=True)
class CourseStaffData:
@attr.s(frozen=True)
class ManageStudentsPermissionData:
"""
Attributes defined for the Open edX to represent users that can manage students within a course/org.
Expand Down

0 comments on commit b043e09

Please sign in to comment.