-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: FIx flake8 errors for whatsnew v0.7.* -v0.9.* rst #24273
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
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.
Looks good! Some minor comments
Codecov Report
@@ Coverage Diff @@
## master #24273 +/- ##
=======================================
Coverage 92.22% 92.22%
=======================================
Files 162 162
Lines 51785 51785
=======================================
Hits 47758 47758
Misses 4027 4027
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24273 +/- ##
=======================================
Coverage 92.22% 92.22%
=======================================
Files 162 162
Lines 51828 51828
=======================================
Hits 47799 47799
Misses 4029 4029
Continue to review full report at Codecov.
|
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.
lgtm, thanks @saurav2608
I'd leave the check in ci/code_checks.py
for when we remove all the imports from compat (or may be it's not even worth it)
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.
looks good, same things as the other PR
can you merge master |
thanks! |
From conversations in pandas-dev#24273, I found that everywhere in pandas documentation should use `io` and not `compat`.
git diff upstream/master -u -- "*.py" | flake8 --diff