feat: cleanup

This commit is contained in:
lqure 2019-05-14 11:00:38 +02:00
parent ce6633d9db
commit 4babda7805

View File

@ -581,6 +581,7 @@ def dump(key):
return data
def dump_datablock(datablock, depth):
if datablock:
dumper = dump_anything.Dumper()
@ -593,6 +594,7 @@ def dump_datablock(datablock, depth):
return data
def dump_datablock_attibute(datablock=None, attributes=[], depth=1, dickt=None):
if datablock:
dumper = dump_anything.Dumper()