dev #10
|  | @ -210,7 +210,6 @@ class DiffCasesConfig(BaseModel): | |||
|     outputs: List[DiffOutputConfig] = [] | ||||
| 
 | ||||
| 
 | ||||
| # to get minimum flexibility, may refine in future | ||||
| class DiffConfig(BaseModel): | ||||
| 
					
					jon-lee marked this conversation as resolved
					
				 | ||||
|     name: str = "diff" | ||||
|     cases: List[DiffCasesConfig] = [] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	
what needs to be refined?
just feels bit waste since this outputs only have one field before I coded the logic, I wrote that comment without checking the details of diff parser. But it should be the best strategy to show the structures as well as give flexiblity for extension now.