Skip to content

Fix string formatting across library

Stefan Biereigel requested to merge fix_f_strings into master

Recently, pylint started recommending f-strings. While they are recommended mostly for performance, they also improve readability in many places.

Edited by Stefan Biereigel

Merge request reports