We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa2ff7 commit 708f972Copy full SHA for 708f972
src/codemodder/codetf/v3/codetf.py
@@ -108,7 +108,7 @@ class FixResult(BaseModel):
108
109
finding: Finding | V2Finding
110
fixStatus: FixStatus
111
- changeSets: list[ChangeSet]
+ changeSets: list[ChangeSet] = []
112
fixMetadata: Optional[FixMetadata] = None
113
fixQuality: Optional[FixQuality] = None
114
# A description of the reasoning process that led to the fix
0 commit comments