mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
refactor: remove unnecessary blank lines
This commit is contained in:
parent
1dbfd27d8e
commit
fac2141df3
1 changed files with 0 additions and 3 deletions
|
|
@ -758,9 +758,6 @@ class PRDescription:
|
|||
"""
|
||||
return pr_body
|
||||
|
||||
|
||||
|
||||
|
||||
def count_chars_without_html(string):
|
||||
if '<' not in string:
|
||||
return len(string)
|
||||
|
|
|
|||
Loading…
Reference in a new issue