Skip to content

Commit

Permalink
remove deprecated field
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Oct 1, 2024
1 parent d9841bc commit 0b53bb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions athena/athena/schemas/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ class Feedback(Schema, ABC):
is_graded: Optional[bool] = Field(None,
description="Graded or non graded.",
example=False)
positive: int = Field(
description="Positive means that the student got a principle correctly. Negative means that the student needs "
"to put in some work. Empty is set if the feedback is neither positive nor negative.")

meta: dict = Field({}, example={})

Expand Down

0 comments on commit 0b53bb2

Please sign in to comment.