diff --git a/examples/auth/oauth2_token_exchange_credentials/main.go b/examples/auth/oauth2_token_exchange_credentials/main.go index 4d8cb14f4..e20e8a882 100644 --- a/examples/auth/oauth2_token_exchange_credentials/main.go +++ b/examples/auth/oauth2_token_exchange_credentials/main.go @@ -7,7 +7,6 @@ import ( "os" "github.com/golang-jwt/jwt/v4" - ydb "github.com/ydb-platform/ydb-go-sdk/v3" "github.com/ydb-platform/ydb-go-sdk/v3/credentials" )