-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix type annotation for pandas.core.indexes.base #26371
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
Codecov Report
@@ Coverage Diff @@
## master #26371 +/- ##
==========================================
- Coverage 91.68% 91.68% -0.01%
==========================================
Files 174 174
Lines 50700 50701 +1
==========================================
- Hits 46486 46483 -3
- Misses 4214 4218 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26371 +/- ##
==========================================
- Coverage 91.68% 91.67% -0.01%
==========================================
Files 174 174
Lines 50703 50704 +1
==========================================
- Hits 46488 46484 -4
- Misses 4215 4220 +5
Continue to review full report at Codecov.
|
Looks like an isort error - can you fix up and merge master? |
There is an isort error in a file that I haven't even touched. Merging upstream/master should fix it. |
Nice work @vaibhavhrt |
@WillAyd thanks. |
git diff upstream/master -u -- "*.py" | flake8 --diff