mirror of https://github.com/databricks/cli.git
refactoring cleanup: remove unused types and variables
This commit is contained in:
parent
797bfd4dea
commit
8b4a61d123
|
@ -17,12 +17,6 @@ import (
|
||||||
|
|
||||||
const configFilename = "test.toml"
|
const configFilename = "test.toml"
|
||||||
|
|
||||||
type StageFeature string
|
|
||||||
|
|
||||||
const (
|
|
||||||
UnityCatalogEnabledWorkspace StageFeature = "unity-catalog"
|
|
||||||
)
|
|
||||||
|
|
||||||
type TestConfig struct {
|
type TestConfig struct {
|
||||||
// Place to describe what's wrong with this test. Does not affect how the test is run.
|
// Place to describe what's wrong with this test. Does not affect how the test is run.
|
||||||
Badness *string
|
Badness *string
|
||||||
|
|
Loading…
Reference in New Issue