mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
removed good and put is_code_related in selection instead
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user