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.
5 lines
99 B
Python
5 lines
99 B
Python
def long_function_name(
|
|
var_one, var_two, var_three,
|
|
var_four):
|
|
print(var_one)
|