Improve import statement (#13737)

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

View File

@ -27,7 +27,6 @@ import (
"github.com/milvus-io/milvus/internal/proto/internalpb"
"github.com/milvus-io/milvus/internal/proto/schemapb"
"github.com/milvus-io/milvus/internal/storage"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)