-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix import format tests/indexes/ "Part One" #23337
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
7029ca1
to
cfb7958
Compare
Codecov Report
@@ Coverage Diff @@
## master #23337 +/- ##
==========================================
- Coverage 92.22% 92.22% -0.01%
==========================================
Files 169 169
Lines 51261 51259 -2
==========================================
- Hits 47277 47273 -4
- Misses 3984 3986 +2
Continue to review full report at Codecov.
|
@thoo pls remove the fixed files from the setup.cfg as then the flaker will check. |
Sorry. I missed that part. |
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.
ping on green.
btw, since lots of these PR's, any time you push merge in master as well. |
d23a6d9
to
b947697
Compare
@jreback Pass all checks. |
i think this was duplicated somehow. |
git diff upstream/master -u -- "*.py" | flake8 --diff
Run
isort -rc pandas/tests/indexes/
PR is capped at 20 files. So this is not all the files modified from
pandas/tests/indexes/
. So this is Part One of this directorypandas/tests/indexes/
.