Skip to content

Commit 490005a

Browse files
authored
Add back EOF newline to test_html.py
1 parent dbd4580 commit 490005a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1419,4 +1419,4 @@ def test_extract_links_bad(self, gh_13141_data):
14191419
'{None, "header", "footer", "body", "all"}, got "incorrect"'
14201420
)
14211421
with pytest.raises(ValueError, match=msg):
1422-
read_html(gh_13141_data, extract_links="incorrect")
1422+
read_html(gh_13141_data, extract_links="incorrect")

0 commit comments

Comments
 (0)