mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Sort imports (#14323)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/14350/head
parent
ee6765e1db
commit
3cfa45ef29
|
@ -17,8 +17,9 @@
|
||||||
package datacoord
|
package datacoord
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/milvus-io/milvus/internal/kv"
|
|
||||||
"stathat.com/c/consistent"
|
"stathat.com/c/consistent"
|
||||||
|
|
||||||
|
"github.com/milvus-io/milvus/internal/kv"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ChannelPolicyFactory is the abstract factory to create policies for channel manager
|
// ChannelPolicyFactory is the abstract factory to create policies for channel manager
|
||||||
|
|
Loading…
Reference in New Issue