Improve import statement (#14341)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/14365/head
Xiangyu Wang 2021-12-27 20:06:05 +08:00 committed by GitHub
parent 0abb3dc111
commit a45a17bb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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"