This commit is contained in:
Shreyas Goenka 2025-03-10 15:51:28 +01:00
parent 234f1f2546
commit 4e64214e32
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
// Placeholders to use as unique keys in context.Context.
var (
accountClient int
)
type ErrNoWorkspaceProfiles struct { type ErrNoWorkspaceProfiles struct {
path string path string
} }