remove that maybe? i don't know

This commit is contained in:
Lendemor 2024-12-10 21:52:40 +01:00
parent b2fa14d251
commit 126b634a72

View File

@ -292,8 +292,6 @@ def _generate_docstrings(clzs: list[Type[Component]], props: list[str]) -> str:
]:
new_docstring.append(nline)
new_docstring.append(line)
if new_docstring and new_docstring[-1] != "":
new_docstring.append("")
return "\n".join(new_docstring)