Skip to content

Commit

Permalink
missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
zackverham committed Dec 5, 2024
1 parent 91877ee commit c38fecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posit/connect/external/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def sql_credentials_provider(self, *args, **kwargs):
def auth_type(self) -> str:
return POSIT_LOCAL_CLIENT_CREDENTIALS_AUTH_TYPE

def __call__(self) -> CredentialsProvider:
def __call__(self, *args, **kwargs) -> CredentialsProvider:

return PositLocalContentCredentialsProvider(
self._token_endpoint_url,
Expand Down

0 comments on commit c38fecd

Please sign in to comment.