Skip to content
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

rename: don't leave trailing commas #1254

Merged
merged 2 commits into from
Dec 2, 2024
Merged

rename: don't leave trailing commas #1254

merged 2 commits into from
Dec 2, 2024

Conversation

zsol
Copy link
Member

@zsol zsol commented Nov 30, 2024

rename: don't leave trailing commas

When renaming the last element of a from a import b,c import, don't leave the trailing comma after b


Stack created with Sapling. Best reviewed with ReviewStack.

zsol added 2 commits November 30, 2024 10:55
When renaming the last element of a `from a import b,c` import, don't leave the trailing comma after `b`
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 30, 2024
@zsol zsol merged commit 8c30fce into main Dec 2, 2024
24 checks passed
zsol added a commit that referenced this pull request Dec 2, 2024
#1254 was a bit too aggressive in removing commas. They shouldn't be removed if there are parenthesis around the imported names.
zsol added a commit that referenced this pull request Dec 2, 2024
#1254 was a bit too aggressive in removing commas. They shouldn't be removed if there are parenthesis around the imported names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants