Skip to content

Commit f232ad9

Browse files
committed
TST: Remove trailing whitespace
1 parent a22423d commit f232ad9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/tests/frame/methods/test_describe.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,10 @@ def test_describe_does_not_raise_error(self):
386386
result = df.describe()
387387
tm.assert_frame_equal(result, expected)
388388
exp_repr = (
389-
" test\n"
390-
"count 2\n"
391-
"unique 2\n"
392-
"top {'a': '1'}\n"
389+
" test\n"
390+
"count 2\n"
391+
"unique 2\n"
392+
"top {'a': '1'}\n"
393393
"freq 1"
394394
)
395395
assert repr(result) == exp_repr

0 commit comments

Comments
 (0)