Skip to content

Commit 0a39cf9

Browse files
committed
rm blank line
1 parent 292b865 commit 0a39cf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/formats/test_to_latex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ def test_to_latex_escape_special_chars(self):
827827
def test_to_latex_escape_special_chars_in_index_names(self):
828828
# https://github.com/pandas-dev/pandas/issues/61309
829829
# https://github.com/pandas-dev/pandas/issues/57362
830-
831830
index = "&%$#_{}}~^\\"
832831
df = DataFrame({index: [1, 2, 3]}).set_index(index)
833832
result = df.to_latex(escape=True)

0 commit comments

Comments
 (0)