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