mirror of https://github.com/databricks/cli.git
remove unused parameter
This commit is contained in:
parent
8cc50c2a19
commit
c0cf3f8535
|
@ -12,7 +12,6 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"sync"
|
||||
|
||||
"github.com/databricks/cli/bundle/config"
|
||||
"github.com/databricks/cli/bundle/env"
|
||||
|
@ -69,8 +68,6 @@ type Bundle struct {
|
|||
Metadata metadata.Metadata
|
||||
|
||||
// Store a pointer to the workspace client.
|
||||
// It can be initialized on demand after loading the configuration.
|
||||
clientOnce sync.Once
|
||||
client *databricks.WorkspaceClient
|
||||
|
||||
// Files that are synced to the workspace.file_path
|
||||
|
|
Loading…
Reference in New Issue