Skip to content

Commit fd66727

Browse files
committed
Simplify the comment
1 parent a4304a1 commit fd66727

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databricks/sdk/credentials_provider.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,7 @@ def refresh(self) -> Token:
683683
self.METADATA_SERVICE_HOST_HEADER: self.host
684684
},
685685
proxies={
686-
# Metadata URL usually points to localhost, so we need to exclude it from proxy
687-
# as the requests package doesn't exclude localhost from proxies by default
686+
# Metadata URL usually points to localhost, and the requests package doesn't exclude localhost from proxies by default
688687
"no_proxy": "localhost,127.0.0.1"
689688
})
690689
json_resp: dict[str, Union[str, float]] = resp.json()

0 commit comments

Comments
 (0)