-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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 mypy error in pandas\tests\indexes\interval\test_interval_tree.py #29021
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pqzx Thanks for the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm just out of curiosity does this work if you did |
Yes, this works. Updated to use this instead. |
@pqzx can you fix lint error and merge master |
@simonjayhawkins sorry for the noob question, what's the lint error in this case? Is it the line length? |
Looks like the checks are fine. I think if you merge master and try again should work (have had intermittent failures recently) |
@WillAyd OK to merge? |
Thanks @pqzx ! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff