mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
8 lines
107 B
Python
8 lines
107 B
Python
class Foo(object):
|
|
|
|
def wrong_blank_lines(self):
|
|
pass
|
|
|
|
def next_method(self):
|
|
pass
|