File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22from datetime import datetime
33
44from sqlalchemy import String , DateTime , ForeignKey
5- from sqlalchemy .orm import Mapped , mapped_column , relationship
5+ from sqlalchemy .orm import Mapped , mapped_column
66
77from app .core .database import Base
88
Original file line number Diff line number Diff line change 1- from typing import Optional , List
1+ from typing import Optional
22import uuid as uuid_pkg
33from datetime import datetime
44
55from sqlalchemy import String , DateTime , ForeignKey
6- from sqlalchemy .orm import Mapped , mapped_column , relationship
6+ from sqlalchemy .orm import Mapped , mapped_column
77
88from app .core .database import Base
9- from app .models .post import Post
10- from app .models .tier import Tier
119
1210class User (Base ):
1311 __tablename__ = "user"
You can’t perform that action at this time.
0 commit comments