-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Partialy fix issue #23334 - isort pandas/core/groupby directory #23341
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
Partialy fix issue #23334 - isort pandas/core/groupby directory #23341
Conversation
|
Hello @alexander-ponomaroff! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23341 +/- ##
=========================================
Coverage ? 92.23%
=========================================
Files ? 169
Lines ? 50924
Branches ? 0
=========================================
Hits ? 46968
Misses ? 3956
Partials ? 0
Continue to review full report at Codecov.
|
|
thanks @alexander-ponomaroff |
|
yes thanks very much @alexander-ponomaroff ! |
|
No problem guys. @jreback @alimcmaster1 |
The imports have been sorted with isort in the pandas/core/groupby directory.
git diff upstream/master -u -- "*.py" | flake8 --diff