[skip ci]Moving package importing to the top (#7802)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/7804/head
yanliang567 2021-09-13 16:34:58 +08:00 committed by GitHub
parent c242b8bb25
commit 9ccc9d2349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ from base.client_base import TestcaseBase
from common import common_func as cf
from common import common_type as ct
from common.common_type import CaseLabel
from utils.util_log import test_log as log
prefix = "e2e_"
@ -13,7 +14,6 @@ class TestE2e(TestcaseBase):
""" Test case of end to end"""
@pytest.mark.tags(CaseLabel.L2)
def test_milvus_default(self):
from utils.util_log import test_log as log
# create
name = cf.gen_unique_str(prefix)
t0 = time.time()