Skip to content

Commit 95a5b9a

Browse files
committed
fix linter issue
1 parent abe5069 commit 95a5b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"context"
88
"errors"
99
"fmt"
10-
"github.com/ydb-platform/ydb-go-sdk/v3/trace"
1110
"testing"
1211
"time"
1312

@@ -16,6 +15,7 @@ import (
1615

1716
"github.com/ydb-platform/ydb-go-sdk/v3"
1817
"github.com/ydb-platform/ydb-go-sdk/v3/balancers"
18+
"github.com/ydb-platform/ydb-go-sdk/v3/trace"
1919
)
2020

2121
func ExampleOpen() {

0 commit comments

Comments
 (0)