removal of blank lines

This commit is contained in:
2023-03-20 11:52:13 +00:00
committed by Gitea
parent a138aa18eb
commit 66d55a5e4d

View File

@ -451,7 +451,6 @@ class OTCDocConvertor:
p.string.replace_with(string)
break
# Drop parent link at the bottom of the page
for parent in soup.body.find_all("p", class_="familylinks"):
parent.decompose()