Skip to content

Commit 6a72cfa

Browse files
author
Jon M. Mease
committed
Indentation fix
1 parent 010e66c commit 6a72cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def test_grouper_column_takes_precedence_over_level_with_warning(self):
636636
result = df_multi_both.groupby(['B', 'inner']).mean()
637637

638638
expected = df_multi_both.groupby(['B',
639-
pd.Grouper(key='inner')]).mean()
639+
pd.Grouper(key='inner')]).mean()
640640
assert_frame_equal(result, expected)
641641

642642
not_expected = df_multi_both.groupby(['B',

0 commit comments

Comments
 (0)