Skip to content

Commit 7436dbd

Browse files
author
Kevin Hannegan
committed
fix typo
1 parent 53ef3a1 commit 7436dbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

presalytics/client/oidc.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ def client_credentials_token(self, audience=None, scope=None):
265265
"grant_type": "client_credentials",
266266
"audience": audience
267267
}
268-
repsonse = self._post(self.token_endpoint, data)
269-
270-
return self._handle_response(repsonse)
268+
return self._post(self.token_endpoint, data)
271269

272270

273271

0 commit comments

Comments
 (0)