refactoring
This commit is contained in:
parent
3828341e98
commit
ecced37150
@ -80,7 +80,8 @@ class QueueVisitor:
|
||||
|
||||
return process_storage_item
|
||||
|
||||
def remove_empty_restuls(self, results):
|
||||
@staticmethod
|
||||
def remove_empty_restuls(results):
|
||||
return lfilter(compose(any, itervalues), results)
|
||||
|
||||
def process_storage_item(self, data_metadata_pack):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user