-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix import format at pandas/tests/io/arithmetic directory #24579
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 #24579 +/- ##
=======================================
Coverage 92.33% 92.33%
=======================================
Files 166 166
Lines 52544 52544
=======================================
Hits 48516 48516
Misses 4028 4028
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24579 +/- ##
==========================================
+ Coverage 92.36% 92.38% +0.02%
==========================================
Files 166 166
Lines 52497 52485 -12
==========================================
+ Hits 48489 48490 +1
+ Misses 4008 3995 -13
Continue to review full report at Codecov.
|
need to merge master |
# Conflicts: # pandas/tests/arithmetic/test_datetime64.py # setup.cfg
@jreback marged with master, tests are running at the moment |
@jreback Tests passed ;) |
can you remove the files from setup.cfg (othewise its not testing these) |
I thought I've done that, my bad. I will do this in 4 hours. |
lgtm. ping on green. |
thanks @mwoss |
git diff upstream/master -u -- "*.py" | flake8 --diff
Ran
isort --recursive pandas/tests/io/arithmetic
and then checked imports usingisort --recursive --check-only pandas/tests/io/arithmetic