mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 17:50:37 +08:00
refactor: remove unnecessary blank lines
This commit is contained in:
@ -758,9 +758,6 @@ class PRDescription:
|
|||||||
"""
|
"""
|
||||||
return pr_body
|
return pr_body
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def count_chars_without_html(string):
|
def count_chars_without_html(string):
|
||||||
if '<' not in string:
|
if '<' not in string:
|
||||||
return len(string)
|
return len(string)
|
||||||
|
Reference in New Issue
Block a user