removed obsolete code
This commit is contained in:
parent
1fa6bbdbc6
commit
043fa1ee53
@ -62,7 +62,7 @@ def decode(storage_item):
|
||||
if not isinstance(storage_item, list):
|
||||
storage_item = [storage_item]
|
||||
|
||||
yield from map(compose(star(freeze), unpack), storage_item)
|
||||
yield from map(unpack, storage_item)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user