Improve import statement (#13724)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/13765/head
Xiangyu Wang 2021-12-20 14:30:55 +08:00 committed by GitHub
parent b8db99b91b
commit 562d53fb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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