Skip to content

Commit db378dd

Browse files
committed
formatted using make fmt
1 parent 995e5ea commit db378dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

databricks/sdk/credentials_provider.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ def runtime_native_auth(cfg: "Config") -> Optional[CredentialsProvider]:
150150
# This import MUST be after the "DATABRICKS_RUNTIME_VERSION" check
151151
# above, so that we are not throwing import errors when not in
152152
# runtime and no config variables are set.
153-
from databricks.sdk.runtime import init_runtime_legacy_auth, init_runtime_native_auth, init_runtime_repl_auth
153+
from databricks.sdk.runtime import (init_runtime_legacy_auth,
154+
init_runtime_native_auth,
155+
init_runtime_repl_auth)
154156

155157
for init in [
156158
init_runtime_native_auth,

0 commit comments

Comments
 (0)