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 (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"errors"
|
|
||||||
|
|
||||||
"github.com/opentracing/opentracing-go"
|
"github.com/opentracing/opentracing-go"
|
||||||
oplog "github.com/opentracing/opentracing-go/log"
|
oplog "github.com/opentracing/opentracing-go/log"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
|
|
Loading…
Reference in New Issue