Move indent_block to a separate utils

This commit is contained in:
Dave Halter
2020-02-18 18:50:40 +01:00
parent 7dff25f7c9
commit b1d3c7ef52
6 changed files with 14 additions and 14 deletions

View File

@@ -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