mirror of https://github.com/databricks/cli.git
remove redundant version specification
This commit is contained in:
parent
37067ef933
commit
89d3b1a4df
|
@ -80,7 +80,6 @@ func (c *FileTokenCache) Delete(key string) error {
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
return fmt.Errorf("load: %w", err)
|
return fmt.Errorf("load: %w", err)
|
||||||
}
|
}
|
||||||
c.Version = tokenCacheVersion
|
|
||||||
if c.Tokens == nil {
|
if c.Tokens == nil {
|
||||||
c.Tokens = map[string]*oauth2.Token{}
|
c.Tokens = map[string]*oauth2.Token{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue