Skip to content

GH1227 align init pyi with init py from pandas #1229

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 3 commits into from
May 21, 2025

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

@@ -4,6 +4,7 @@ from typing import (
)

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