-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: remove unnecessary trailing commas on issues #35925 #36193
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 on issues #35925 #36193
Conversation
Hi @satrio-hw You will need to run |
@MarcoGorelli I've tried to rerun black on modified files, some of them revert back with commas on it.. And still got some error when chacking after I push back.. Something I could do to fix this? |
@satrio-hw I think you can not include pandas/tests/arrays/sparse/test_array.py as part of this pull request, as the two versions of |
@MarcoGorelli I've revert back pandas/tests/arrays/sparse/test_array.py to origin/master. To make sure I've run a command is there something wrong in the procedures that I've done? thanks before |
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.
This looks correct now, thanks, the CI error should be unrelated - can you fetch and merge master, then push, to restart the CI process and get it green?
@MarcoGorelli I've fetch and merge master, and push it again.. now all green.. thank you very much for your guidance |
thanks @satrio-hw |
#35925
please give me a feedback if there is something that I have to change.. thank you before