[skip e2e]Sort imports (#14323)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/14350/head
godchen 2021-12-27 18:51:21 +08:00 committed by GitHub
parent ee6765e1db
commit 3cfa45ef29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,8 +17,9 @@
package datacoord
import (
"github.com/milvus-io/milvus/internal/kv"
"stathat.com/c/consistent"
"github.com/milvus-io/milvus/internal/kv"
)
// ChannelPolicyFactory is the abstract factory to create policies for channel manager