-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
CLN: Remove trailing commas #36295
CLN: Remove trailing commas #36295
Conversation
…erpolate.py pandas/tests/series/methods/test_unstack.py pandas/tests/series/test_cumulative.py pandas/tests/test_algos.py
Hello @cjlynch278! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
@cjlynch278 It looks like there may have been accidental changes to logic (there are some test failures). You'll also want to run black to fix linting. |
Hi @cjlynch278 Workflow here should be:
|
Hi @cjlynch278 - is this still active? |
Working on: CLN remove unnecessary trailing commas to get ready for new version of black #35925.
Updated the following files:
pandas/tests/series/methods/test_interpolate.py
pandas/tests/series/methods/test_unstack.py
pandas/tests/series/test_cumulative.py
pandas/tests/test_algos.py
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff