-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix import format at pandas/tests/io/parser directory #23367
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
Hello @mwoss! Thanks for submitting the PR.
|
Tests failed due to:
Should I commit something to trigger build again? |
Restarted the Travis job. Didn't see an option in Azure - @TomAugspurger can you help here? Am I overlooking in the UI or do I need to get something squared away with access? Was assuming I'd be able to do it as follows: |
Codecov Report
@@ Coverage Diff @@
## master #23367 +/- ##
=======================================
Coverage 92.22% 92.22%
=======================================
Files 169 169
Lines 51261 51261
=======================================
Hits 47277 47277
Misses 3984 3984
Continue to review full report at Codecov.
|
thanks @mwoss |
git diff upstream/master -u -- "*.py" | flake8 --diff
Ran
isort --recursive pandas/tests/io/parser
and then checked imports usingisort --recursive --check-only pandas/tests/io/parser
This PR also exceeded 20 file limit (22 files with setup.cfg), but I think it's acceptable and unnecessary to divide it to two separate PRs.