mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +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
100 B
Python
5 lines
100 B
Python
def crap(self):
|
|
foo = ('bar' for bar in [1, 2, 3, 4])
|
|
if ('a' and 'b'):
|
|
blah('123')
|