We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258804a commit c0387c2Copy full SHA for c0387c2
openedx_events/learning/data.py
@@ -5,7 +5,6 @@
5
pattern.
6
"""
7
from datetime import datetime
8
-from typing import Dict
9
10
import attr
11
from opaque_keys.edx.keys import CourseKey
@@ -39,7 +38,7 @@ class UserData:
39
38
40
41
user_non_pii = attr.ib(type=UserNonPersonalData)
42
- user = attr.ib(type=UserPersonalData)
+ user_pii = attr.ib(type=UserPersonalData)
43
44
45
@attr.s(frozen=True)
0 commit comments