diff --git a/tests/python_client/base/collection_wrapper.py b/tests/python_client/base/collection_wrapper.py index f7b99c8464..5625af2c83 100644 --- a/tests/python_client/base/collection_wrapper.py +++ b/tests/python_client/base/collection_wrapper.py @@ -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