chore: remove redundant comment
All checks were successful
build / build (pull_request) Successful in 2m31s
build / build (push) Successful in 2m33s

This commit is contained in:
李衍志523370910113 2025-03-05 15:53:46 +08:00
parent 6ee7068bfa
commit 9f4eda337b

View File

@ -210,7 +210,6 @@ class DiffCasesConfig(BaseModel):
outputs: List[DiffOutputConfig] = []
# to get minimum flexibility, may refine in future
class DiffConfig(BaseModel):
name: str = "diff"
cases: List[DiffCasesConfig] = []