Improve import statement (#14424)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/14499/head
Xiangyu Wang 2021-12-29 12:39:20 +08:00 committed by GitHub
parent 903e67b0ec
commit 5d89e69a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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