Skip to content

Commit 8c366be

Browse files
committed
Fix imports for linting
1 parent 1c7d565 commit 8c366be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/apply.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
from pandas.core.dtypes.generic import ABCSeries
1818

1919
from pandas.core.construction import create_series_with_explicit_dtype
20-
2120
from pandas.core.frame import DataFrame
2221
from pandas.core.series import Series
2322

2423
if TYPE_CHECKING:
25-
from pandas import DataFrame, Series, Index
24+
from pandas import Index
2625

2726
ResType = Dict[int, Any]
2827

0 commit comments

Comments
 (0)