Skip to content

Use f-strings instead of format, better var name

jsteinmann requested to merge fstrings into master

f-strings are more readable than .format and up until Python 3.11 also somewhat faster (not that it would matter much here).

Merge request reports

Loading