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:
Mikhail Golubev
2015-04-24 16:41:36 +03:00
parent 12c537a639
commit 32b76de893
11 changed files with 28 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ class AnyClass(SuperClass):
def __init__(self):
super(AnyClass, self).__init__()
def foo(self):
pass