mirror of https://github.com/milvus-io/milvus.git
Improve import statement (#14424)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/14499/head
parent
903e67b0ec
commit
5d89e69a93
|
@ -17,9 +17,8 @@
|
|||
package datacoord
|
||||
|
||||
import (
|
||||
"stathat.com/c/consistent"
|
||||
|
||||
"github.com/milvus-io/milvus/internal/kv"
|
||||
"stathat.com/c/consistent"
|
||||
)
|
||||
|
||||
// ChannelPolicyFactory is the abstract factory to create policies for channel manager
|
||||
|
|
Loading…
Reference in New Issue