chore: remove unused field
This commit is contained in:
parent
a49bc19b1e
commit
8f1a82dc81
|
@ -160,7 +160,6 @@ class CaseBase(BaseModel):
|
||||||
True, validation_alias=AliasChoices("copy-in-cwd", "copy_in_cwd")
|
True, validation_alias=AliasChoices("copy-in-cwd", "copy_in_cwd")
|
||||||
)
|
)
|
||||||
limit: Limit = Limit()
|
limit: Limit = Limit()
|
||||||
score: int = 0
|
|
||||||
|
|
||||||
|
|
||||||
class StageCase(CaseBase):
|
class StageCase(CaseBase):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user