Fix import * of index wrapper (#9154)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/9160/head
ThreadDao 2021-10-03 20:33:56 +08:00 committed by GitHub
parent bdc7ffd790
commit 907f13a0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ import sys
from pymilvus import Index
sys.path.append("..")
from check.param_check import *
from check.func_check import *
from check.func_check import ResponseChecker
from utils.api_request import api_request