Skip to content

Commit f22371f

Browse files
authored
Use correct type for FixStatus.status (#1023)
1 parent 2f48e1c commit f22371f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codemodder/codetf/v3/codetf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FixStatusType(str, Enum):
3939
class FixStatus(BaseModel):
4040
"""Metadata describing fix outcome"""
4141

42-
status: FixStatus
42+
status: FixStatusType
4343
reason: Optional[str]
4444
details: Optional[str]
4545

0 commit comments

Comments
 (0)