diff --git a/shikithon/models/comment.py b/shikithon/models/comment.py index 85ada7ff..97b8b877 100644 --- a/shikithon/models/comment.py +++ b/shikithon/models/comment.py @@ -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]