Skip to content

CLN: remove trailing commas for black update #36399

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

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

cjlynch278
Copy link
Contributor

Working on: CLN remove unnecessary trailing commas to get ready for new version of black #35925.
Checked the following files to make sure they are ready for black :
pandas/tests/scalar/timestamp/test_arithmetic.py
pandas/tests/scalar/timestamp/test_constructors.py
pandas/tests/series/methods/test_argsort.py
pandas/tests/series/methods/test_convert_dtypes.py
pandas/tests/series/methods/test_drop_duplicates.py
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

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@dsaxton dsaxton changed the title remove trailing commas for black update CLN: remove trailing commas for black update Sep 16, 2020
@dsaxton dsaxton added the Clean label Sep 16, 2020
Copy link
Member

@dsaxton dsaxton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarcoGorelli
Copy link
Member

Thanks @cjlynch278 !

@MarcoGorelli MarcoGorelli merged commit 876f040 into pandas-dev:master Sep 16, 2020
@MarcoGorelli MarcoGorelli added this to the 1.2 milestone Sep 16, 2020
rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request Sep 17, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants