Skip to content

Commit 2c1949e

Browse files
committed
TST: Remove trailing whitespace
1 parent cc2a650 commit 2c1949e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/tests/frame/methods/test_describe.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@ def test_describe_does_not_raise_error(self):
370370
result = df.describe()
371371
tm.assert_frame_equal(result, expected)
372372
exp_repr = (
373-
" test\n"
374-
"count 2\n"
375-
"unique 2\n"
376-
"top {'a': '1'}\n"
373+
" test\n"
374+
"count 2\n"
375+
"unique 2\n"
376+
"top {'a': '1'}\n"
377377
"freq 1"
378378
)
379379
assert repr(result) == exp_repr

0 commit comments

Comments
 (0)