Skip to content

Commit 132b46b

Browse files
committed
fix conflict
1 parent a0e5a08 commit 132b46b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/groupby/test_grouping.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ def test_groupby_grouper_f_sanity_checked(self):
441441
msg = "'Timestamp' object is not subscriptable"
442442
with pytest.raises(TypeError, match=msg):
443443
ts.groupby(lambda key: key[0:6])
444+
444445
result = ts.groupby(lambda x: x).sum()
445446
expected = ts.groupby(ts.index).sum()
446447
expected.index.freq = None

0 commit comments

Comments
 (0)