Skip to content

Commit 523e8ff

Browse files
committed
Remove trailing white line
1 parent 8f7788f commit 523e8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_apply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,4 +1207,4 @@ def test_apply_index_key_error_bug(is_float):
12071207
result = result.groupby("a").apply(
12081208
lambda df: Series([df["b"].mean()], index=["b_mean"])
12091209
)
1210-
tm.assert_frame_equal(result, expected)
1210+
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)