Skip to content

Commit

Permalink
[misc] fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shmel1k committed Jul 6, 2024
1 parent 879c428 commit 8fcbbd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/client/auth/credentials/iam_creds.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"strings"
"sync"

"github.com/ydb-platform/ydb-go-sdk/v3/credentials"
yc "github.com/ydb-platform/ydb-go-yc"
"google.golang.org/grpc/metadata"

"github.com/ydb-platform/ydb-go-sdk/v3/credentials"
)

type iamCredsProvider struct {
Expand Down

0 comments on commit 8fcbbd9

Please sign in to comment.