beets
beets copied to clipboard
Update to use f-strings instead of `.format` now that Python 3.8 is supported
As stated in #5283 f-strings are now supported. These should be upgraded through the modules now that Python 3.8 is our minimum supported version. Probably needs to be done by hand to keep it understandable; not every instance should be changed.
More info: https://www.geeksforgeeks.org/formatted-string-literals-f-strings-python/
I'll pick this up.