mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Move indent_block to a separate utils
This commit is contained in:
@@ -84,7 +84,7 @@ class Foo(foo.Bar):
|
||||
x = foo.Bar
|
||||
class Foo(x):
|
||||
pass
|
||||
# -------------------------------------------------- class-inheritance-1
|
||||
# -------------------------------------------------- class-inheritance-2
|
||||
#? 16 text {'new_name': 'x'}
|
||||
class Foo(foo.Bar):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user