Fix critical bug in models.py

This commit is contained in:
thematdev 2024-04-03 21:54:03 +03:00
parent 92e16cc615
commit 1ebef0083d

View File

@ -212,7 +212,7 @@ class Hack(APIModel):
defender: Party
problem: Problem
test: Optional[str]
judge_protocol = JudgeProtocol
judge_protocol: JudgeProtocol
class ProblemResult(APIModel):