Skip to content

Commit 71584a4

Browse files
committed
fix: pre-commit
1 parent 7fe3cf6 commit 71584a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyconverter/xml2py/ast_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,7 @@ def trail_replacer(match):
30473047
lines[i] = lines[i].replace(l, name_link)
30483048

30493049
docstr = "\n".join(lines)
3050-
3050+
30513051
# remove repeated line breaks
30523052
while "\n\n\n" in docstr:
30533053
docstr = docstr.replace("\n\n\n", "\n\n")

0 commit comments

Comments
 (0)