We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fde62 commit da8883cCopy full SHA for da8883c
1 file changed
openedx/core/djangoapps/agreements/data.py
@@ -28,7 +28,7 @@ class LTIPIISignatureData:
28
lti_tools_hash: str
29
30
31
-@dataclass
+@attr.s(frozen=True, auto_attribs=True)
32
class UserAgreementData:
33
"""
34
Data for a user agreement record.
@@ -50,7 +50,7 @@ def from_model(cls, model: UserAgreement):
50
)
51
52
53
54
class UserAgreementRecordData:
55
56
Data for a single user agreement record.
0 commit comments