Skip to content

Conversation

loicdiridollou
Copy link
Member

@loicdiridollou loicdiridollou requested a review from Dr-Irv May 21, 2025 01:54
Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

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

one small change

)

from pandas.core.arrays import ExtensionArray
from typing_extensions import TypeVar
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should come from typing

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed, by curiosity is there a difference between the two? I know we usually to typing_extensions since it is python3.9 compatible.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Fixed, by curiosity is there a difference between the two? I know we usually to typing_extensions since it is python3.9 compatible.

No difference, but we're not supporting python 3.9 any more.

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

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

@Dr-Irv Dr-Irv merged commit 5686ca9 into pandas-dev:main May 21, 2025
13 checks passed
@loicdiridollou loicdiridollou deleted the gh1227_align_init branch May 30, 2025 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check various __init__.pyi files to align exports done in pandas source __init__.py files.

2 participants