Skip to content

Commit e1209b6

Browse files
authored
Update models.py
1 parent a53dc50 commit e1209b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rating_api/schemas/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
class CommentGet(Base):
1212
uuid: UUID
1313
user_id: int | None = None
14-
create_ts: datetime.datetime
15-
update_ts: datetime.datetime
1614

1715
class CommentGetWithStatus(Base):
1816
uuid: UUID

0 commit comments

Comments
 (0)