[skip e2e]Sort imports (#14319)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/14305/head
godchen 2021-12-30 16:51:54 +08:00 committed by GitHub
parent d29243cbc5
commit 11b1a13835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,10 +23,11 @@ import (
"sync"
"time"
"go.uber.org/zap"
"github.com/milvus-io/milvus/internal/log"
"github.com/milvus-io/milvus/internal/proto/datapb"
"github.com/milvus-io/milvus/internal/util/tsoutil"
"go.uber.org/zap"
)
// TODO this num should be determined by resources of datanode, for now, we set to a fixed value for simple