mirror of https://github.com/milvus-io/milvus.git
Remove import star of test_mysql (#9224)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/9230/head
parent
ac972a64a6
commit
ff3e32751d
|
@ -5,7 +5,9 @@ import threading
|
||||||
import logging
|
import logging
|
||||||
from multiprocessing import Pool, Process
|
from multiprocessing import Pool, Process
|
||||||
import pytest
|
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
|
from common.common_type import CaseLabel
|
||||||
|
|
||||||
class TestMysql:
|
class TestMysql:
|
||||||
|
|
Loading…
Reference in New Issue