Skip to content

Commit 57cdab2

Browse files
Remove redundant empty lines.
1 parent 9c5e14a commit 57cdab2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_htmlparser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ def test_cdata_declarations_multiline(self):
635635
]
636636
self._run_check(html, expected)
637637

638-
639638
def test_convert_charrefs_dropped_text(self):
640639
# #23144: make sure that all the events are triggered when
641640
# convert_charrefs is True, even if we don't call .close()
@@ -649,7 +648,6 @@ def test_convert_charrefs_dropped_text(self):
649648
)
650649

651650

652-
653651
class AttributesTestCase(TestCaseBase):
654652

655653
def test_attr_syntax(self):

0 commit comments

Comments
 (0)