mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
234f1f2546
commit
4e64214e32
|
@ -15,11 +15,6 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
// Placeholders to use as unique keys in context.Context.
|
||||
var (
|
||||
accountClient int
|
||||
)
|
||||
|
||||
type ErrNoWorkspaceProfiles struct {
|
||||
path string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue