Skip to content

Commit 213c99b

Browse files
committed
TST: Remove trailing whitespace
1 parent 10f2468 commit 213c99b

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
@@ -308,10 +308,10 @@ def test_describe_does_not_raise_error(self):
308308
result = df.describe()
309309
tm.assert_frame_equal(result, expected)
310310
exp_repr = (
311-
" test\n"
312-
"count 2\n"
313-
"unique 2\n"
314-
"top {'a': '1'}\n"
311+
" test\n"
312+
"count 2\n"
313+
"unique 2\n"
314+
"top {'a': '1'}\n"
315315
"freq 1"
316316
)
317317
assert repr(result) == exp_repr

0 commit comments

Comments
 (0)