Skip to content

Commit 23740ad

Browse files
Minor formatting change
1 parent 0d01a0b commit 23740ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/sdk/credentials_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def file_oidc(cfg) -> Optional[CredentialsProvider]:
331331
# that provides a Databricks token from an IdTokenSource.
332332
def _oidc_credentials_provider(cfg, id_token_source: oidc.IdTokenSource) -> Optional[CredentialsProvider]:
333333
try:
334-
id_token_source.id_token() # validate the id_token_source is valid
334+
id_token_source.id_token() # validate the id_token_source
335335
except Exception as e:
336336
logger.debug(f"Failed to get OIDC token: {e}")
337337
return None

0 commit comments

Comments
 (0)