mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 19:35:17 +00:00
feat: Add loop to populate suggestion_list in pr_code_suggestions.py
This commit is contained in:
parent
47b267a73d
commit
5fd3fdfae1
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ class PRCodeSuggestions:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
suggestion_list = []
|
suggestion_list = []
|
||||||
|
for suggestion in data:
|
||||||
|
suggestion_list.append(suggestion)
|
||||||
data_sorted = [[]] * len(suggestion_list)
|
data_sorted = [[]] * len(suggestion_list)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue