Skip to content

Commit 9834e6d

Browse files
committed
Fix whitespace error
1 parent 1807988 commit 9834e6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

databricks_cli/configure/provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def __init__(self, host, username, password, token, insecure, debugging=0): # n
287287
self.insecure = insecure
288288
self.debugging = debugging
289289

290-
291290
@classmethod
292291
def from_token(cls, host, token, insecure=None):
293292
return DatabricksConfig(host, None, None, token, insecure)

0 commit comments

Comments
 (0)