mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove unused code (#11933)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/11874/head
parent
b1bf3422a4
commit
73bd564632
|
@ -246,9 +246,6 @@ class ResponseChecker:
|
|||
with_vec = check_items.get("with_vec", False)
|
||||
if exp_res and isinstance(query_res, list):
|
||||
assert pc.equal_entities_list(exp=exp_res, actual=query_res, with_vec=with_vec)
|
||||
# assert len(exp_res) == len(query_res)
|
||||
# for i in range(len(exp_res)):
|
||||
# assert_entity_equal(exp=exp_res[i], actual=query_res[i])
|
||||
|
||||
@staticmethod
|
||||
def check_query_empty(query_res, func_name):
|
||||
|
|
Loading…
Reference in New Issue