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"