mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +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
109 B
Python
4 lines
109 B
Python
for item in really_long_name_of_the_function_with_a_lot_of_patams(
|
|
param1, param2, param3):
|
|
pass
|