mirror of https://github.com/databricks/cli.git
fix: Linter fix
This commit is contained in:
parent
049e11b139
commit
8016d41661
|
@ -25,7 +25,6 @@ type annotation struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type annotationHandler struct {
|
type annotationHandler struct {
|
||||||
filePath string
|
|
||||||
op *openapiParser
|
op *openapiParser
|
||||||
ref map[string]annotation
|
ref map[string]annotation
|
||||||
empty map[string]annotation
|
empty map[string]annotation
|
||||||
|
|
Loading…
Reference in New Issue