removed code relatedness from manual selection

since now it's already done by pull_requests
This commit is contained in:
Karma Riuk
2025-06-02 09:48:27 +02:00
parent b311c49f9a
commit 5b8357567b
2 changed files with 2 additions and 5 deletions

View File

@ -36,7 +36,6 @@ class Comment:
class Selection:
comment_suggests_change: bool
diff_after_address_change: Optional[bool]
is_code_related: bool
@dataclass
class Metadata: