mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Sort imports (#14319)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/14305/head
parent
d29243cbc5
commit
11b1a13835
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue