Skip to content

Commit 06c7f56

Browse files
authored
Update groupby.py
1 parent 3a180f1 commit 06c7f56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

databricks/koalas/groupby.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,6 @@ def __getattr__(self, item: str) -> Any:
12781278
return partial(property_or_func, self)
12791279
raise AttributeError(item)
12801280

1281-
12821281
def _diff(self, *args, **kwargs):
12831282
groupkey_scols = [s._scol for s in self._groupkeys]
12841283
return Series._diff(self._ks, *args, **kwargs, part_cols=groupkey_scols)

0 commit comments

Comments
 (0)