mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
Typo
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user