From 3f79e1bfda69414b422335ea3cdeefb5c032a242 Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Tue, 21 Dec 2021 19:11:11 +0800 Subject: [PATCH] Improve import statement (#13723) Signed-off-by: Xiangyu Wang --- internal/datacoord/channel_manager.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/internal/datacoord/channel_manager.go b/internal/datacoord/channel_manager.go index 4a7265bb9e..8724d6328f 100644 --- a/internal/datacoord/channel_manager.go +++ b/internal/datacoord/channel_manager.go @@ -21,12 +21,11 @@ import ( "sync" "time" - "go.uber.org/zap" - "stathat.com/c/consistent" - "github.com/milvus-io/milvus/internal/kv" "github.com/milvus-io/milvus/internal/log" "github.com/milvus-io/milvus/internal/proto/datapb" + "go.uber.org/zap" + "stathat.com/c/consistent" ) const (