Skip to content

Commit 8f30d07

Browse files
committed
A few misc items for the linter
1 parent 5db6c07 commit 8f30d07

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pandas/core/groupby/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from pandas.core.dtypes.common import is_list_like, is_scalar
1212

13+
1314
class GroupByMixin(object):
1415
"""
1516
Provide the groupby facilities to the mixed object.

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class providing the base-class of operations.
3636
from pandas.core.base import (
3737
DataError, GroupByError, PandasObject, SelectionMixin, SpecificationError)
3838
import pandas.core.common as com
39-
from pandas.core.config import get_option, option_context
39+
from pandas.core.config import option_context
4040
from pandas.core.frame import DataFrame
4141
from pandas.core.generic import NDFrame
4242
from pandas.core.groupby import base

pandas/core/indexes/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5293,8 +5293,6 @@ def _add_logical_methods_disabled(cls):
52935293

52945294
class IndexGroupbyGroups(dict):
52955295
def __repr__(self):
5296-
from pandas.compat import u
5297-
52985296
nitems = get_option('display.max_rows') or len(self)
52995297

53005298
fmt = u("{{{things}}}")

0 commit comments

Comments
 (0)