refactoring cleanup: remove unused types and variables

This commit is contained in:
Anton Nekipelov 2025-03-07 15:18:04 +01:00
parent 797bfd4dea
commit 8b4a61d123
1 changed files with 0 additions and 6 deletions

View File

@ -17,12 +17,6 @@ import (
const configFilename = "test.toml"
type StageFeature string
const (
UnityCatalogEnabledWorkspace StageFeature = "unity-catalog"
)
type TestConfig struct {
// Place to describe what's wrong with this test. Does not affect how the test is run.
Badness *string