I'm working on refactoring a large code base. I do see that there are many strings formatted using .format function.
I'm thinking to update them to use f-strings instead.
Will there be unintended consequences from this change. Will there be any performance issues etc that generally most are unaware of?