From 5f41af4fd4cfd4229d3ff7ffd2072f4a173945b4 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Mon, 11 Oct 2021 20:20:29 +0800 Subject: [PATCH] Remove import star (#9678) Signed-off-by: ThreadDao --- tests/python_client/testcases/test_flush.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_flush.py b/tests/python_client/testcases/test_flush.py index 6fb82fb188..b38096b1f4 100644 --- a/tests/python_client/testcases/test_flush.py +++ b/tests/python_client/testcases/test_flush.py @@ -1,6 +1,6 @@ import pytest from utils.utils import * -from common.constants import * +from common.constants import default_entities from common.common_type import CaseLabel DELETE_TIMEOUT = 60