-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Updated string formatting on non-f-strings. #6086
Updated string formatting on non-f-strings. #6086
Conversation
Found all cases of strings separated by white space on a single line and removed white space separation. EX: "hello " "world" -> "hello world".
Completed changie entry |
I think I did this by running |
Yay! |
@luke-bassett it looks like your changelog did not make it into the fork. You'll need to get that added before I can approve this. |
@emmyoop Oops, didn't realize I needed to commit it to the repo. Now it's there I think. |
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 so much for you contribution @luke-bassett and participating in the Hackathon!
resolves
This resolves the non-f-string portion of this issue #6068. The rest was covered by this PR #6082.
Description
Found all cases of strings separated by white space on a single line and
removed white space separation. EX: "hello " "world" -> "hello world".
Checklist
changie new
to create a changelog entry