refactor: remove unnecessary f-string
It is wasteful to use f-string mechanism if there are no expressions to be extrapolated. It is recommended to use regular strings instead.
It is wasteful to use f-string mechanism if there are no expressions to be extrapolated. It is recommended to use regular strings instead.