Skip to content

Commit

Permalink
fix: add explicit name to user data class
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jul 21, 2021
1 parent 258804a commit f6f2800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_events/learning/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class UserData:
"""

user_non_pii = attr.ib(type=UserNonPersonalData)
user = attr.ib(type=UserPersonalData)
user_pii = attr.ib(type=UserPersonalData)


@attr.s(frozen=True)
Expand Down

0 comments on commit f6f2800

Please sign in to comment.