-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TYP: indexes #40744
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
TYP: indexes #40744
Conversation
jbrockmendel
commented
Apr 2, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
gentle ping; code checks are starting to touch nearby code |
rebased + green (and approved) |
lgtm can you rebase as merged some future annotations stuff earlier, ping on green |
|
That’s on master, orthogonal. Easy fix, PR coming in a few minutes
…On Tue, Apr 13, 2021 at 8:36 AM Jeff Reback ***@***.***> wrote:
pandas/core/groupby/generic.py:181: error: Cannot override final attribute
"_obj_with_exclusions" (previously declared in base class "SelectionMixin")
[misc]
pandas/core/groupby/generic.py:934: error: Cannot override final attribute
"_obj_with_exclusions" (previously declared in base class "SelectionMixin")
[misc]
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40744 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5UM6B7SUN2OKJ3TQGK7M3TIRQIBANCNFSM42IFXYZQ>
.
|
rebased + greenish (mypy fixed by #40930, the other is an unrelated ResourceWarning) |