mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Sort imports (#14180)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/14203/head
parent
99798e1318
commit
b2d4ca8fac
|
@ -19,9 +19,10 @@ package querynode
|
|||
import (
|
||||
"sync"
|
||||
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/milvus-io/milvus/internal/log"
|
||||
"github.com/milvus-io/milvus/internal/proto/querypb"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
type globalSealedSegmentManager struct {
|
||||
|
|
Loading…
Reference in New Issue