From 91355ba31bdd546d532db2c8bb61b0ee55856239 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Wed, 13 Oct 2021 20:26:32 +0800 Subject: [PATCH] Remove import star of test file (#9826) Signed-off-by: ThreadDao --- tests/python_client/testcases/test_partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_partition.py b/tests/python_client/testcases/test_partition.py index 5b3b92755b..e9a5a007cd 100644 --- a/tests/python_client/testcases/test_partition.py +++ b/tests/python_client/testcases/test_partition.py @@ -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