mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
honor "around class" option for blank lines before non-top-level class (PY-3729)
This commit is contained in:
@@ -2,4 +2,14 @@ class Adjunct:
|
||||
def apply(self, right, arg):
|
||||
pass
|
||||
|
||||
|
||||
class A: pass
|
||||
|
||||
|
||||
def foo(): pass
|
||||
|
||||
|
||||
class B: pass
|
||||
|
||||
|
||||
print '239'
|
||||
Reference in New Issue
Block a user