Skip to content

Commit eff6603

Browse files
committed
Rebase and update import
1 parent 6f72476 commit eff6603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4651,7 +4651,7 @@ def _fill(self, direction, limit=None):
46514651
output = collections.OrderedDict(
46524652
(grp.name, grp.grouper) for grp in self.grouper.groupings)
46534653

4654-
from pandas.core.reshape.concat import concat
4654+
from pandas import concat
46554655
return concat((self._wrap_transformed_output(output), res), axis=1)
46564656

46574657
def count(self):

0 commit comments

Comments
 (0)