Merge branch 'master' of https://repo.cimeyclust.com/CimeyClust/HabitTracker
This commit is contained in:
commit
9ef8f3f513
@ -3,7 +3,7 @@ from db.SQLiteClient import create_user, get_user, get_user_by_email
|
||||
|
||||
|
||||
class User(UserMixin):
|
||||
def __init__(self, id, name, email, password=None):
|
||||
def __init__(self, id: int, name: str, email: str, password: str | None = None):
|
||||
self.id = id
|
||||
self.name = name
|
||||
self.email = email
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user