Skip to content

Commit

Permalink
chore: quality
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Aug 28, 2024
1 parent 47f7d48 commit c0b1caa
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 @@ -603,7 +603,7 @@ class VerificationAttemptData:
status (string): the status of the verification attempt. Defaults to None.
expiration_datetime (datetime, optional): When the verification attempt expires. Defaults to None.
"""
attempt_id = attr.ib(type=int)
attempt_id = attr.ib(type=int)
user = attr.ib(type=UserData)
status = attr.ib(type=str)
name = attr.ib(type=str, default=None)
Expand Down

0 comments on commit c0b1caa

Please sign in to comment.