Skip to content

Commit aeeca66

Browse files
committed
fmt
1 parent f2d4516 commit aeeca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/auth/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_auth_provider(cfg: ClientContext):
5252
# TODO: In a future refactoring, token federation should be a feature that wraps
5353
# any auth provider, not a separate auth type. The code below treats it as an auth type
5454
# for backward compatibility, but this approach will be revised.
55-
55+
5656
if cfg.credentials_provider:
5757
# If token federation is enabled and credentials provider is provided,
5858
# wrap the credentials provider with DatabricksTokenFederationProvider

0 commit comments

Comments
 (0)