Apply PR review feedback: Code style and functionality improvements

This commit is contained in:
benedict.lee
2025-04-10 21:56:37 +09:00
parent c5165d917b
commit 9c06b6b266
4 changed files with 53 additions and 178 deletions

View File

@ -285,14 +285,8 @@ class GitProvider(ABC):
def get_comment_url(self, comment) -> str:
return ""
def get_review_comment_by_id(self, comment_id: int):
pass
def get_review_id_by_comment_id(self, comment_id: int):
pass
def get_review_thread_comments(self, comment_id: int):
def get_review_thread_comments(self, comment_id: int) -> list[dict]:
pass
#### labels operations ####