Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
fix(Comment): remove deprecated field is_summary (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR authored Nov 10, 2022
1 parent cd3fe84 commit 7f78ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shikithon/models/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ class Comment(BaseModel):
created_at: datetime
updated_at: datetime
is_offtopic: bool
is_summary: Optional[bool]
can_be_edited: Optional[bool]
user: Optional[User]

0 comments on commit 7f78ff5

Please sign in to comment.