mirror of https://github.com/milvus-io/milvus.git
Improve import statement (#13724)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/13765/head
parent
b8db99b91b
commit
562d53fb15
|
@ -19,10 +19,9 @@ package datacoord
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"stathat.com/c/consistent"
|
||||
|
||||
memkv "github.com/milvus-io/milvus/internal/kv/mem"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"stathat.com/c/consistent"
|
||||
)
|
||||
|
||||
func TestReload(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue