-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TYP: Make temporary variables in pandas/__init__.py private #46698
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
Conversation
Hello @twoertwein! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2022-05-06 23:21:07 UTC |
changes to |
I kept the simply changes in this PR and will later open a new PR for the remaining changes. |
@jreback green |
Tiny step towards #39813 (
pyright --ignoreexternal --verifytypes pandas
) the relevant changes are inpandas/__init__.py
andpandas/_config/config.py
(private butget_option
, ... uses the annotated wrapper).I didn't plan to do the second commit (seemingly unrelated changes) but it seems that the first commit disturbed mypy's slumber (probably a few more cases that used the un-annotated wrapper?). I'm not very confident in the changes from the second commit (types for cython/c functions).