Skip to content

Commit

Permalink
FIX-modin-project#2254: Remove whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
  • Loading branch information
gshimansky committed Nov 13, 2020
1 parent a99ca6c commit 412c1c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modin/pandas/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ def _reconstruct_func(func, **kwargs):
if relabeling_required:
result = result.iloc[:, order]
result.columns = new_columns

return result

agg = aggregate
Expand Down

0 comments on commit 412c1c9

Please sign in to comment.