So if you follow the Pylint suggestion and don't use f-strings you're making your code slower in some places andmaybe slightlyfaster in others (depending on loglevel and how many logging statements you're suppressing by loglevel). At the end of the day though, unless you're logging alot...