Skip to content

Commit e1bacdd

Browse files
committed
goimports
1 parent 04d481b commit e1bacdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

errors.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package ydb
22

33
import (
4-
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
54
grpcCodes "google.golang.org/grpc/codes"
65

6+
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
7+
78
"github.com/ydb-platform/ydb-go-sdk/v3/internal/errors"
89
ratelimiterErrors "github.com/ydb-platform/ydb-go-sdk/v3/internal/ratelimiter/errors"
910
"github.com/ydb-platform/ydb-go-sdk/v3/ratelimiter"

0 commit comments

Comments
 (0)