mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
Since it finally works as expected now, I also updated test data files to include this extra line feed required by PEP8.
4 lines
110 B
Python
4 lines
110 B
Python
with really_long_name_of_the_function_with_a_lot_of_params(
|
|
param1, param2, param3) as item:
|
|
pass
|