mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
PY-11552 Keep maximum 1 empty line between declarations and in code by default
Fix affected test data where reformat is invoked during refactoring. Also use entire sample provided by user in the corresponding test case for the issue.
This commit is contained in:
@@ -7,7 +7,6 @@ class AnyClass(SuperClass):
|
||||
def __init__(self):
|
||||
super(AnyClass, self).__init__()
|
||||
|
||||
|
||||
def foo(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user