Skip to content

Commit 21998ba

Browse files
authored
Update models.py
1 parent e1209b6 commit 21998ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rating_api/schemas/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ class CommentGetWithStatus(Base):
2323
mark_freebie: int
2424
mark_clarity: int
2525
mark_general: float
26-
lecturer_id: int
27-
review_status: ReviewStatus
28-
26+
2927

3028
class CommentPost(Base):
3129
subject: str

0 commit comments

Comments
 (0)