Skip to content

Commit 5a4535e

Browse files
pre-commit-ci[bot]knowltod
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ac16b63 commit 5a4535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2816,4 +2816,4 @@ def _apply(
28162816
new_message=new_message,
28172817
):
28182818
result = grouped.apply(how, *args, include_groups=include_groups, **kwargs)
2819-
return result
2819+
return result

0 commit comments

Comments
 (0)