scripts/liberty: Small whitespace fix.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
a5bb5d07fe
commit
3e9068dbf1
|
@ -918,7 +918,6 @@ def liberty_list(k, v, i=tuple()):
|
||||||
|
|
||||||
|
|
||||||
def liberty_dict(dtype, dvalue, data, indent=tuple(), attribute_types=None):
|
def liberty_dict(dtype, dvalue, data, indent=tuple(), attribute_types=None):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
>>> def g(a, b, c):
|
>>> def g(a, b, c):
|
||||||
|
@ -945,8 +944,6 @@ def liberty_dict(dtype, dvalue, data, indent=tuple(), attribute_types=None):
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
assert isinstance(data, dict), (dtype, dvalue, data)
|
assert isinstance(data, dict), (dtype, dvalue, data)
|
||||||
|
|
||||||
if attribute_types is None:
|
if attribute_types is None:
|
||||||
|
|
Loading…
Reference in New Issue