Removed unused variable
This commit is contained in:
parent
4ce8abf42e
commit
f6498d0ad6
@ -442,7 +442,6 @@ class InputsFieldWrp(IndexFieldWrp):
|
|||||||
def _map_field_val_list_hash(self, recvs, input_name, name, other=None):
|
def _map_field_val_list_hash(self, recvs, input_name, name, other=None):
|
||||||
items = []
|
items = []
|
||||||
tags = set()
|
tags = set()
|
||||||
maybe_list = set()
|
|
||||||
for recv in recvs:
|
for recv in recvs:
|
||||||
index_val, obj_key = recv
|
index_val, obj_key = recv
|
||||||
splitted_val = index_val.split('|', 6)
|
splitted_val = index_val.split('|', 6)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user