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 c38fecd commit 4a1a512Copy full SHA for 4a1a512
src/posit/connect/external/databricks.py
@@ -152,7 +152,6 @@ def auth_type(self) -> str:
152
return POSIT_LOCAL_CLIENT_CREDENTIALS_AUTH_TYPE
153
154
def __call__(self, *args, **kwargs) -> CredentialsProvider:
155
-
156
return PositLocalContentCredentialsProvider(
157
self._token_endpoint_url,
158
self._client_id,
0 commit comments