can't wait to have my linter tell me I should be using t-strings instead of f-strings. apologies for not being patient enough to read through this to find it, but I hope they can remove f-strings:
> There should be one-- and preferably only one --obvious way to do it.
itishappy|10 months ago
Use f-strings if you can, otherwise use t-strings.
gnfedhjmm2|10 months ago