Skip to content

Commit 0a0d0fc

Browse files
reddyrg1mroeschke
andauthored
Update pandas/tests/io/formats/test_format.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent b7c6900 commit 0a0d0fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pandas/tests/io/formats/test_format.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,11 +2100,7 @@ def test_max_rows_fitted(self, length, min_rows, max_rows, expected):
21002100
assert result == expected
21012101

21022102
def test_no_extra_space(self):
2103-
"""Check that no extra space is given
2104-
2105-
GH #52690
2106-
2107-
"""
2103+
# GH 52690: Check that no extra space is given
21082104
# Expected Output
21092105
col1 = "TEST"
21102106
col2 = "PANDAS"

0 commit comments

Comments
 (0)