From 62940fe4bebc9e7e8e6da401c4606c98f53f07f2 Mon Sep 17 00:00:00 2001 From: Vasily Gerasimov Date: Fri, 12 Apr 2024 12:22:33 +0000 Subject: [PATCH] Fix style --- examples/auth/oauth2_token_exchange_credentials/main.go | 1 - 1 file changed, 1 deletion(-) 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" )