[skip e2e]Sort imports (#14813)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/14853/head
godchen 2022-01-05 14:12:27 +08:00 committed by GitHub
parent 43e8c4f6e5
commit 0bba119500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -19,13 +19,12 @@ package datacoord
import (
"context"
"go.uber.org/zap"
"github.com/milvus-io/milvus/internal/log"
"github.com/milvus-io/milvus/internal/proto/commonpb"
"github.com/milvus-io/milvus/internal/proto/datapb"
"github.com/milvus-io/milvus/internal/proto/internalpb"
"github.com/milvus-io/milvus/internal/rootcoord"
"go.uber.org/zap"
)
// Handler handles some channel method for ChannelManager