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) {