Skip to content

Commit 3d719b8

Browse files
committed
pre-commit fix
1 parent 4f11dab commit 3d719b8

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)