refactor: remove unnecessary blank lines

This commit is contained in:
Abhinav Kumar
2025-07-12 23:28:29 +05:30
parent 1dbfd27d8e
commit fac2141df3

View File

@ -758,9 +758,6 @@ class PRDescription:
"""
return pr_body
def count_chars_without_html(string):
if '<' not in string:
return len(string)