change: update comments

This commit is contained in:
debugtalk
2022-04-18 13:01:21 +08:00
parent dae8caab4d
commit 77790e13d4
2 changed files with 1 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ class TStep(BaseModel):
retry_interval: int = 0 # sec
class TestCase(BaseModel):
config: TConfig
teststeps: List[TStep]