Optmize collection wrapper import (#8988)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/9003/head
ThreadDao 2021-10-01 09:00:08 +08:00 committed by GitHub
parent 7d0b099907
commit 83cbcbc992
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 Collection
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
from utils.util_log import test_log as log