From 3c53ee2700ffc9a7f0dc7358cc8d09d6c6aa571e Mon Sep 17 00:00:00 2001 From: ashyshyshyman <1204034196@qq.com> Date: Sat, 25 Apr 2020 15:35:43 +0800 Subject: [PATCH] Remove unused utilities (#2104) Signed-off-by: ashyshyshyman <1204034196@qq.com> --- shards/mishards/service_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shards/mishards/service_handler.py b/shards/mishards/service_handler.py index 08aba8e90f..8f32f14377 100644 --- a/shards/mishards/service_handler.py +++ b/shards/mishards/service_handler.py @@ -13,7 +13,6 @@ from milvus import MetricType from mishards import (db, exceptions) from mishards.grpc_utils import mark_grpc_method from mishards.grpc_utils.grpc_args_parser import GrpcArgsParser as Parser -from mishards import utilities logger = logging.getLogger(__name__)