mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Thus we forcibly remove them whenever they are added as a result of "Extract variable" refactoring. Probably we could add a dedicated formatter option for that in future.
2 lines
23 B
Python
2 lines
23 B
Python
a = 42
|
|
s = f'foo{a}bar' |