mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +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')
|