Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragavi916 committed Sep 25, 2024
1 parent 170fc14 commit e4626d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/tenant.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit e4626d0

Please sign in to comment.