We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1807988 commit 9834e6dCopy full SHA for 9834e6d
1 file changed
databricks_cli/configure/provider.py
@@ -287,7 +287,6 @@ def __init__(self, host, username, password, token, insecure, debugging=0): # n
287
self.insecure = insecure
288
self.debugging = debugging
289
290
-
291
@classmethod
292
def from_token(cls, host, token, insecure=None):
293
return DatabricksConfig(host, None, None, token, insecure)
0 commit comments