From e4626d07a84f4e51d3a54304ab8d45ddc257d9c2 Mon Sep 17 00:00:00 2001 From: Ragavi916 Date: Wed, 25 Sep 2024 20:04:32 +0530 Subject: [PATCH] reverted --- client/tenant.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/tenant.go b/client/tenant.go index 784a7af4..82551aad 100644 --- a/client/tenant.go +++ b/client/tenant.go @@ -1,8 +1,6 @@ package client -import ( - "errors" -) +import "errors" // GetTenantUID retrieves the tenant UID of the authenticated user. func (h *V1Client) GetTenantUID() (string, error) {