mirror of https://github.com/milvus-io/milvus.git
Improve import statement (#14341)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/14365/head
parent
0abb3dc111
commit
a45a17bb65
|
@ -13,12 +13,11 @@ package trace
|
|||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"errors"
|
||||
|
||||
"github.com/opentracing/opentracing-go"
|
||||
oplog "github.com/opentracing/opentracing-go/log"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
|
Loading…
Reference in New Issue