Skip to content

Commit edbb331

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4f11dab commit edbb331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,4 +1264,4 @@ def _get_splitter(
12641264
# i.e. DataFrame
12651265
klass = FrameSplitter
12661266

1267-
return klass(data, labels, ngroups, sort_idx=sort_idx, sorted_ids=sorted_ids)
1267+
return klass(data, labels, ngroups, sort_idx=sort_idx, sorted_ids=sorted_ids)

0 commit comments

Comments
 (0)