8000 Remove pandas.core.index.datetimelike from MyPy Blacklist by makbigc · Pull Request #26280 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Remove pandas.core.index.datetimelike from MyPy Blacklist #26280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 25, 2019
Prev Previous commit
Update _typing.py
  • Loading branch information
WillAyd authored Jun 25, 2019
commit b061ac190665d3c4df3adcae2683d2fbf8edf60f
1 change: 0 additions & 1 deletion pandas/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
ABCSeries,
ABCSparseSeries,
np.ndarray)

ArrayLike = TypeVar('ArrayLike', ABCExtensionArray, np.ndarray)
DatetimeLikeScalar = TypeVar('DatetimeLikeScalar', Period, Timestamp,
Timedelta)
Expand Down
0