From addc6aaca4a657bc5b15ff1ee36afbbdd0b17818 Mon Sep 17 00:00:00 2001 From: Claudiu Dragalina-Paraipan Date: Wed, 16 Oct 2024 10:21:31 +0300 Subject: [PATCH] imports cleanup --- pkg/services/authz/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/services/authz/client.go b/pkg/services/authz/client.go index 098c1166cb1..6bd1b9ffef8 100644 --- a/pkg/services/authz/client.go +++ b/pkg/services/authz/client.go @@ -8,7 +8,6 @@ import ( authnlib "github.com/grafana/authlib/authn" authzlib "github.com/grafana/authlib/authz" authzv1 "github.com/grafana/authlib/authz/proto/v1" - "github.com/grafana/authlib/claims" grpcAuth "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/auth" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure"