removed good and put is_code_related in selection instead

This commit is contained in:
Karma Riuk
2025-05-14 09:17:16 +02:00
parent ea3a2b72e5
commit ae516b6c34
2 changed files with 11 additions and 7 deletions

View File

@ -23,7 +23,8 @@ class Comment:
class Selection:
comment_suggests_change: bool
diff_after_address_change: Optional[bool]
good: Optional[bool]
is_code_related: bool
@dataclass
class Metadata: