mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 23:53:48 +07:00
Since it finally works as expected now, I also updated test data files to include this extra line feed required by PEP8.
16 lines
137 B
Python
16 lines
137 B
Python
class Adjunct:
|
|
def apply(self, right, arg):
|
|
pass
|
|
|
|
|
|
class A: pass
|
|
|
|
|
|
def foo(): pass
|
|
|
|
|
|
class B: pass
|
|
|
|
|
|
print '239'
|