-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
STYLE: Run Isort on tests-> util, series, arrays #23501
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 @thoo! Thanks for submitting the PR.
|
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 @thoo
Codecov Report
@@ Coverage Diff @@
## master #23501 +/- ##
=======================================
Coverage 92.23% 92.23%
=======================================
Files 161 161
Lines 51197 51197
=======================================
Hits 47220 47220
Misses 3977 3977
Continue to review full report at Codecov.
|
thanks! |
…fixed * upstream/master: Run Isort on tests-> util,sereis,arrays (pandas-dev#23501) DOC: Fix syntax error in groupby docs (pandas-dev#23498) DOC: Fix DataFrame.nlargest and DataFrame.nsmallest doctests (pandas-dev#23202) DOC: Remove dead link and update links to https (pandas-dev#23476)
thanks! @thoo |
git diff upstream/master -u -- "*.py" | flake8 --diff
Run
isort
on some leftover files fromtests/util
,tests/arrays
andtests/series
.