Skip to content

Commit 3ffd0da

Browse files
Copilotdongsupark
andauthored
Format HTML text parser
Co-authored-by: dongsupark <10096906+dongsupark@users.noreply.github.com>
1 parent 8696754 commit 3ffd0da

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/security_triage/sources.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,7 @@ def handle_starttag(self, tag: str, attrs: list[tuple[str, str | None]]) -> None
701701
if lowered in {"script", "style"}:
702702
self._ignored_tag_stack.append(lowered)
703703

704-
def handle_startendtag(
705-
self, tag: str, attrs: list[tuple[str, str | None]]
706-
) -> None:
704+
def handle_startendtag(self, tag: str, attrs: list[tuple[str, str | None]]) -> None:
707705
self._append_space()
708706

709707
def handle_endtag(self, tag: str) -> None:

0 commit comments

Comments
 (0)