We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f48e1c commit f22371fCopy full SHA for f22371f
1 file changed
src/codemodder/codetf/v3/codetf.py
@@ -39,7 +39,7 @@ class FixStatusType(str, Enum):
39
class FixStatus(BaseModel):
40
"""Metadata describing fix outcome"""
41
42
- status: FixStatus
+ status: FixStatusType
43
reason: Optional[str]
44
details: Optional[str]
45
0 commit comments