Fix critical bug in models.py
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user