Remove import star of test_mysql (#9224)

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

View File

@ -5,7 +5,9 @@ import threading
import logging
from multiprocessing import Pool, Process
import pytest
from utils.utils import *
from pymilvus import IndexType
from utils.utils import get_milvus, gen_vectors, default_dim
from common.common_type import CaseLabel
class TestMysql: