Remove unused utilities (#2104)

Signed-off-by: ashyshyshyman <1204034196@qq.com>
This commit is contained in:
ashyshyshyman 2020-04-25 15:35:43 +08:00 committed by GitHub
parent 8a63d27612
commit 3c53ee2700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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__)