Import missing HappyError in authuser when given password is invalid
This commit is contained in:
parent
0315871169
commit
f6c354476b
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
import json
|
||||
from urllib.parse import quote
|
||||
|
||||
from .api import HappyError
|
||||
|
||||
class AuthUser:
|
||||
|
||||
def __init__(self, _session, Id, Email, EmailVerification, Password, CreatedAt, LastLoggedIn, AllowCommercials):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue