Fix critical bug in models.py
This commit is contained in:
parent
92e16cc615
commit
1ebef0083d
@ -212,7 +212,7 @@ class Hack(APIModel):
|
|||||||
defender: Party
|
defender: Party
|
||||||
problem: Problem
|
problem: Problem
|
||||||
test: Optional[str]
|
test: Optional[str]
|
||||||
judge_protocol = JudgeProtocol
|
judge_protocol: JudgeProtocol
|
||||||
|
|
||||||
|
|
||||||
class ProblemResult(APIModel):
|
class ProblemResult(APIModel):
|
||||||
|
Loading…
Reference in New Issue
Block a user