Skip to content

Commit

Permalink
Fix imports for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alonme committed May 18, 2020
1 parent 1c7d565 commit 4bf1742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/core/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
from pandas.core.dtypes.generic import ABCSeries

from pandas.core.construction import create_series_with_explicit_dtype

from pandas.core.frame import DataFrame
from pandas.core.series import Series

if TYPE_CHECKING:
from pandas import DataFrame, Series, Index
from pandas import Index

ResType = Dict[int, Any]

Expand Down

0 comments on commit 4bf1742

Please sign in to comment.