Remove import star of conftest (#9286)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-10-05 21:42:14 +08:00 committed by GitHub
parent d82cf7b803
commit b6a7cf2964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
import logging
import pytest import pytest
import functools import functools
import socket import socket
@ -8,7 +10,7 @@ from utils.util_log import test_log as log
from base.client_base import param_info from base.client_base import param_info
from check.param_check import ip_check, number_check from check.param_check import ip_check, number_check
from config.log_config import log_config from config.log_config import log_config
from utils.utils import * from utils.utils import get_milvus, gen_unique_str, gen_default_fields, gen_binary_default_fields
timeout = 60 timeout = 60
dimension = 128 dimension = 128