Improve import statement (#13726)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/13798/head
Xiangyu Wang 2021-12-20 18:13:05 +08:00 committed by GitHub
parent 04c210f4dd
commit 8e78aeccaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,6 @@ import (
"sync"
"time"
"go.uber.org/zap"
"github.com/golang/protobuf/proto"
"github.com/milvus-io/milvus/internal/kv"
"github.com/milvus-io/milvus/internal/log"
@ -31,6 +29,7 @@ import (
"github.com/milvus-io/milvus/internal/proto/datapb"
"github.com/milvus-io/milvus/internal/proto/internalpb"
"github.com/milvus-io/milvus/internal/proto/querypb"
"go.uber.org/zap"
)
const (