Skip to content

Commit c1d8416

Browse files
committed
Fixed isort
1 parent 8ac749d commit c1d8416

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ class providing the base-class of operations.
2525

2626
from pandas.core.dtypes.cast import maybe_downcast_to_dtype
2727
from pandas.core.dtypes.common import (
28-
ensure_float, is_extension_array_dtype, is_numeric_dtype, is_scalar
29-
)
28+
ensure_float, is_extension_array_dtype, is_numeric_dtype, is_scalar)
3029
from pandas.core.dtypes.missing import isna, notna
3130

3231
import pandas.core.algorithms as algorithms

0 commit comments

Comments
 (0)