Skip to content

Commit 127c71c

Browse files
committed
PEP8 fixes
1 parent 825ba17 commit 127c71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4637,7 +4637,7 @@ def _fill(self, direction, limit=None):
46374637
res = super()._fill(direction, limit=limit)
46384638
output = collections.OrderedDict(
46394639
(grp.name, grp.group_index.take(grp.labels)) for grp in
4640-
self.grouper.groupings)
4640+
self.grouper.groupings)
46414641

46424642
return self._wrap_transformed_output(output).join(res)
46434643

0 commit comments

Comments
 (0)