Open xmo-odoo opened 6 years ago
Python 3.6 adds f-string which are tremendously convenient, but can be an issue in two cases:
Fixers able to convert back and forth between f-strings, str.format and str% would be nice.
I'd definitely accept such a patch ;)
This is related to #343
Has anyone found a solution for this issue?
Python 3.6 adds f-string which are tremendously convenient, but can be an issue in two cases:
Fixers able to convert back and forth between f-strings, str.format and str% would be nice.