From 0b53bb2a61c468356c732919ff52b6d3c9890372 Mon Sep 17 00:00:00 2001 From: Dmytro Polityka Date: Tue, 1 Oct 2024 14:13:53 +0200 Subject: [PATCH] remove deprecated field --- athena/athena/schemas/feedback.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/athena/athena/schemas/feedback.py b/athena/athena/schemas/feedback.py index 3cbd62ea..4cf9c6a2 100644 --- a/athena/athena/schemas/feedback.py +++ b/athena/athena/schemas/feedback.py @@ -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={})