Skip to content

Conversation

@jorisvandenbossche
Copy link
Member

Small oversight from #44624

@jorisvandenbossche jorisvandenbossche merged commit c1c202c into pandas-dev:master Dec 6, 2021
@jorisvandenbossche jorisvandenbossche deleted the fixup-datetimelike-getitem branch December 6, 2021 09:09
result = cast(
"Union[DatetimeLikeArrayT, DTScalarOrNaT]", super().__getitem__(key)
)
result = super().__getitem__(key)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this didn't change any tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it is the same line as the one above (just without the cast)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants