-
-
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 unnecessary trailing commas in pandas/io #36052
Conversation
Hello @sarthakchaudhary13! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-09-03 11:12:51 UTC |
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.
Thanks @sarthakchaudhary13, can you run black on /pandas/io to get linting green?
Thanks for reviewing this PR @dsaxton, this is the output after re-running black on pandas/io.
|
Can you check this with
|
@MarcoGorelli Thanks for the tip, both black versions checks are passing |
@sarthakchaudhary13 I think I would do something like
|
c63328d
to
4eae370
Compare
@MarcoGorelli Thanks, if this looks good to you I can open another PR with fixing more files 😄 |
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.
Nice one @sarthakchaudhary13 ! And sure, any help here would be appreciated
@sarthakchaudhary13 looks like there's a merge conflict, could you fetch and merge upstream/master and then push again please? |
Yeah sure. |
Thanks @sarthakchaudhary13 |
@MarcoGorelli can you review this PR this is related to issue #35925, if this looks good to you I can open another PR
pandas/io/sas/sas_xport.py
pandas/io/stata.py
passes
black pandas