Skip to content

Commit c1886cd

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

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)