Skip to content

Commit 3826e26

Browse files
pre-commit-ci[bot]sreeja97
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 65d0d96 commit 3826e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3448,4 +3448,4 @@ def _wrap_transform_general_frame(
34483448
elif isinstance(res, DataFrame) and not res.index.is_(group.index):
34493449
return res._align_frame(group)[0]
34503450
else:
3451-
return res
3451+
return res

0 commit comments

Comments
 (0)