aboutsummaryrefslogtreecommitdiff
path: root/server/models/auth.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2025-04-27 22:41:14 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2025-04-27 22:41:14 -0600
commitf32142947b853076889801913d47b8c2c0f4f456 (patch)
tree20981c0c2b79c2ba9cc58eece69591cfbe5b21ff /server/models/auth.py
parentba700c31fceb4554ccbb3181f0e5747fcf5c3259 (diff)
format using black
Diffstat (limited to 'server/models/auth.py')
-rw-r--r--server/models/auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/models/auth.py b/server/models/auth.py
index 0bf1d18..b20a84f 100644
--- a/server/models/auth.py
+++ b/server/models/auth.py
@@ -2,6 +2,7 @@ from sqlalchemy import Column, Integer, String
from sqlalchemy.orm import relationship
from db import Base
+
class User(Base):
__tablename__ = "users"