Import missing HappyError in authuser when given password is invalid
This commit is contained in:
parent
0315871169
commit
f6c354476b
@ -1,6 +1,8 @@
|
|||||||
import json
|
import json
|
||||||
from urllib.parse import quote
|
from urllib.parse import quote
|
||||||
|
|
||||||
|
from .api import HappyError
|
||||||
|
|
||||||
class AuthUser:
|
class AuthUser:
|
||||||
|
|
||||||
def __init__(self, _session, Id, Email, EmailVerification, Password, CreatedAt, LastLoggedIn, AllowCommercials):
|
def __init__(self, _session, Id, Email, EmailVerification, Password, CreatedAt, LastLoggedIn, AllowCommercials):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user