From 805c3caac6334978290a550905438bff99ad52b4 Mon Sep 17 00:00:00 2001 From: sei-jvessella <33094446+sei-jvessella@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:33:47 -0500 Subject: [PATCH] Remove a property causing conflict with upstream updates. (#119) --- gamebrain/clients/gameboardmodels.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gamebrain/clients/gameboardmodels.py b/gamebrain/clients/gameboardmodels.py index d898477..2af6485 100644 --- a/gamebrain/clients/gameboardmodels.py +++ b/gamebrain/clients/gameboardmodels.py @@ -10,7 +10,6 @@ class GameEngineQuestionView(BaseModel): hint: str | None isCorrect: bool isGraded: bool - penalty: float text: str | None weight: float