-
Notifications
You must be signed in to change notification settings - Fork 13
Fstrs everywhere #292
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
Fstrs everywhere #292
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ |
@unparalleled-js I think you could get this to be something that
|
It works |
Migrating code to be more py3-y by using f-strs everywhere where it makes sense. Note, it does not always make sense, such as in the following conditions:
/
F-str makes sense in most cases however.