scripts/liberty: Small whitespace fix.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-07-20 16:14:41 -07:00
parent a5bb5d07fe
commit 3e9068dbf1
1 changed files with 0 additions and 3 deletions

View File

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