mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Fix code indentation in get_review_thread_comments method
This commit is contained in:
parent
5d5b57255e
commit
dedad94a20
1 changed files with 3 additions and 3 deletions
|
|
@ -454,7 +454,7 @@ class GithubProvider(GitProvider):
|
||||||
thread_comments = [
|
thread_comments = [
|
||||||
c for c in all_comments if
|
c for c in all_comments if
|
||||||
c.id == root_comment_id or c.raw_data.get("in_reply_to_id") == root_comment_id
|
c.id == root_comment_id or c.raw_data.get("in_reply_to_id") == root_comment_id
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
return thread_comments
|
return thread_comments
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue