-
Notifications
You must be signed in to change notification settings - Fork 12
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
It's time for f-strings #91
Comments
For example: Lines 395 to 405 in 9892f20
where |
Here:
|
This issue title made me smile. 👍 |
Standard f-strings are OK but do not use the newer syntax that came with py3.7, allowing f"{obj = }" which is self-descriptive printing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Saw that and decided to wait until after this PR since that goes beyond the scope of the PR. Let's apply f-strings to the overall code base in a separate issue.
Originally posted by @prjemian in #85 (comment)
The text was updated successfully, but these errors were encountered: