mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Typo
This commit is contained in:
parent
414f2b6767
commit
e6bea76eee
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ class PRReviewer:
|
||||||
|
|
||||||
def _remove_previous_review_comment(self, comment):
|
def _remove_previous_review_comment(self, comment):
|
||||||
"""
|
"""
|
||||||
Get the previous review comment if it exists.
|
Remove the previous review comment if it exists.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
if get_settings().pr_reviewer.remove_previous_review_comment and comment:
|
if get_settings().pr_reviewer.remove_previous_review_comment and comment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue