Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn committed Jan 17, 2019
1 parent aed3f2f commit ae67460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/pandas/groupby.py
Expand Up @@ -112,6 +112,7 @@ def _index_grouped(self):
@property
def _iter(self):
from .dataframe import DataFrame

group_ids = self._index_grouped.iterkeys()
if self._axis == 0:
return (
Expand Down

0 comments on commit ae67460

Please sign in to comment.