mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-16 04:45:18 +00:00
style
This commit is contained in:
parent
7ed12c2f8e
commit
1a94079936
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class PRQuestions:
|
||||||
"branch": self.git_provider.get_pr_branch(),
|
"branch": self.git_provider.get_pr_branch(),
|
||||||
"description": self.git_provider.pr.body,
|
"description": self.git_provider.pr.body,
|
||||||
"language": self.main_pr_language,
|
"language": self.main_pr_language,
|
||||||
"diff": "", # empty diff for initial calculation
|
"diff": "", # empty diff for initial calculation
|
||||||
"questions": self.question_str,
|
"questions": self.question_str,
|
||||||
}
|
}
|
||||||
self.token_handler = TokenHandler(self.git_provider.pr,
|
self.token_handler = TokenHandler(self.git_provider.pr,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue