Skip to content

Commit

Permalink
fix: quality
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Sep 19, 2023
1 parent 98c6a66 commit 2fcd376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openedx_events/learning/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,6 @@ class CourseStaffData:
course_key (Course ID): identifier of the course where the user will have staff role assigned/removed
user (UserData): User who will have the "Course Staff" role assigned/removed
"""

course_key = attr.ib(type=str)
user = attr.ib(type=UserData)

0 comments on commit 2fcd376

Please sign in to comment.