-
-
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 import format at pandas/tests/io/plotting directory #24580
Conversation
|
||
converter = pytest.importorskip('pandas.plotting._converter') | ||
from pandas.plotting import (register_matplotlib_converters, | ||
deregister_matplotlib_converters) |
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.
I imagine you will need to use an isort:skip here
Codecov Report
@@ Coverage Diff @@
## master #24580 +/- ##
===========================================
+ Coverage 43.05% 92.36% +49.31%
===========================================
Files 166 166
Lines 52490 52494 +4
===========================================
+ Hits 22598 48485 +25887
+ Misses 29892 4009 -25883
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24580 +/- ##
=======================================
Coverage 92.38% 92.38%
=======================================
Files 166 166
Lines 52490 52490
=======================================
Hits 48493 48493
Misses 3997 3997
Continue to review full report at Codecov.
|
@jreback passed |
git diff upstream/master -u -- "*.py" | flake8 --diff
Ran
isort --recursive pandas/tests/io/plotting
and then checked imports usingisort --recursive --check-only pandas/tests/io/plotting