This commit is contained in:
2026-03-18 18:40:10 +08:00
parent 7e5e02c7e6
commit e692ddd1f3
7 changed files with 17 additions and 87 deletions

View File

@@ -121,9 +121,3 @@ class FlagIn(Schema):
flag: Optional[Literal["red", "blue", "green", "yellow"]] = None
class MyScoreOut(Schema):
task_id: int
task_display: int
task_title: str
score: float
created: str