Closed mrm-motez closed 1 year ago
If I run pyupgrade on this string : '{}\N{NO-BREAK SPACE}'.format(currency.symbol or "") I get this line as an output : "\N{NO-BREAK SPACE}".format(currency.symbol or "") Wich causes an error
If I run pyupgrade on this string : '{}\N{NO-BREAK SPACE}'.format(currency.symbol or "") I get this line as an output : "\N{NO-BREAK SPACE}".format(currency.symbol or "") Wich causes an error