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