From 54a4e2cbebb545cb27f8c217cbaa9e720b3cc2da Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Tue, 28 Sep 2021 19:30:03 +0800 Subject: [PATCH] [skip ci] Remove unused import of scale proxy (#8793) Signed-off-by: ThreadDao --- tests/python_client/scale/test_proxy_scale.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/python_client/scale/test_proxy_scale.py b/tests/python_client/scale/test_proxy_scale.py index f0d3b2609d..73028a5872 100644 --- a/tests/python_client/scale/test_proxy_scale.py +++ b/tests/python_client/scale/test_proxy_scale.py @@ -1,12 +1,9 @@ import pytest -from pymilvus import connections from scale.helm_env import HelmEnv from common import common_func as cf -from common import common_type as ct from common.common_type import CaseLabel from scale import scale_common as sc -from scale import constants prefix = "proxy_scale"