Remove import star of test file (#9826)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-10-13 20:26:32 +08:00 committed by GitHub
parent aee57b0cf6
commit 91355ba31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import logging
from multiprocessing import Pool, Process
import pytest
from utils.utils import *
from common.constants import *
from common.constants import default_entities, default_fields
from common.common_type import CaseLabel
TIMEOUT = 120