Remove unused utilities (#2104)

Signed-off-by: ashyshyshyman <1204034196@qq.com>
pull/2107/head
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
1 changed files with 0 additions and 1 deletions

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