Skip to content

Commit

Permalink
PEP fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 27, 2017
1 parent 2f48549 commit c3b0dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
_ensure_object,
_ensure_categorical,
_ensure_float)
from pandas.types.cast import _possibly_downcast_to_dtype, _find_common_type
from pandas.types.cast import _possibly_downcast_to_dtype
from pandas.types.missing import isnull, notnull, _maybe_fill

from pandas.core.common import (_values_from_object, AbstractMethodError,
Expand Down

0 comments on commit c3b0dd0

Please sign in to comment.