We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814d1cb commit ce4543cCopy full SHA for ce4543c
src/databricks/sql/auth/oauth.py
@@ -326,7 +326,7 @@ def __init__(
326
self.oauth_client_secret = oauth_client_secret
327
self.token_url = token_url
328
self.extra_params = extra_params
329
- self.token: Token = None
+ self.token: Optional[Token] = None
330
self._http_client = DatabricksHttpClient.get_instance()
331
332
def get_token(self) -> Token:
0 commit comments