Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-powell-kensho committed Mar 14, 2018
1 parent ffb589a commit b45514d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pykube/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def _refresh_id_token(auth_config):
if not client_secret:
raise RuntimeError('client-secret not found in auth config')


token_endpoint = _token_endpoint(auth_config)
data = {
'grant_type': 'refresh_token',
Expand Down

0 comments on commit b45514d

Please sign in to comment.