Skip to content

Commit 8a6de1a

Browse files
changed indent
1 parent a1a3399 commit 8a6de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/aggregate/test_aggregate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ def test_missing_raises(self):
883883
df.groupby("A").agg(c=("C", "sum"))
884884

885885
def test_groupby_aggregation_empty_group():
886-
# https://github.com/pandas-dev/pandas/issues/18869
886+
# https://github.com/pandas-dev/pandas/issues/18869
887887
def f(x):
888888
if len(x) == 0:
889889
raise ValueError("length must not be 0")

0 commit comments

Comments
 (0)