[skip e2e]Sort imports (#14182)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/14245/head
godchen 2021-12-25 19:22:19 +08:00 committed by GitHub
parent b43a5493e8
commit 5edc4903d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -19,11 +19,12 @@ package querynode
import (
"sync"
"github.com/opentracing/opentracing-go"
"go.uber.org/zap"
"github.com/milvus-io/milvus/internal/log"
"github.com/milvus-io/milvus/internal/util/flowgraph"
"github.com/milvus-io/milvus/internal/util/trace"
"github.com/opentracing/opentracing-go"
"go.uber.org/zap"
)
// deleteNode is the one of nodes in delta flow graph