Skip to content

Commit c38fecd

Browse files
committed
missing params
1 parent 91877ee commit c38fecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/external/databricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def sql_credentials_provider(self, *args, **kwargs):
151151
def auth_type(self) -> str:
152152
return POSIT_LOCAL_CLIENT_CREDENTIALS_AUTH_TYPE
153153

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

156156
return PositLocalContentCredentialsProvider(
157157
self._token_endpoint_url,

0 commit comments

Comments
 (0)