mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Sort imports (#14810)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/14853/head
parent
8fe4af3584
commit
3cc45eca9a
|
@ -22,12 +22,11 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"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"
|
||||
)
|
||||
|
||||
// RegisterPolicy decides the channels mapping after registering the nodeID
|
||||
|
|
Loading…
Reference in New Issue