Optimize partition wrapper import (#9220)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/9230/head
ThreadDao 2021-10-04 20:02:01 +08:00 committed by GitHub
parent b0f3016aca
commit d8ddb57c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
import sys
from pymilvus import Partition
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