-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Fix type annotations for pandas.core.indexes.base #26363
Comments
The line with the error is:
A |
You can just move the join as alias to a separate line - Mypy doesn’t seem to like that all being on one line and we’ve done that elsewhere |
@WillAyd you mean like this? 👇
|
No matter how I import it makes no difference. Still same error. |
That’s right
…Sent from my iPhone
On May 13, 2019, at 6:46 AM, Vaibhav Vishal ***@***.***> wrote:
@WillAyd you mean like this? 👇
from pandas._libs import (
algos as libalgos, index as libindex, lib)
from pandas._libs import join as libjoin
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Try |
@gwrome thanks, it works. |
Part of #25882
Current errors are:
The text was updated successfully, but these errors were encountered: