[skip ci] Remove unused code (#11933)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/11874/head
ThreadDao 2021-11-16 21:23:11 +08:00 committed by GitHub
parent b1bf3422a4
commit 73bd564632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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):