Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Slump committed Nov 27, 2018
1 parent 2c276e5 commit 5221ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keycloak/openid_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ def password_credentials(self, username, password, **kwargs):
:return: Access token response
"""
return self._token_request(grant_type='password',
username=username, password=password, **kwargs)
username=username, password=password,
**kwargs)

def client_credentials(self, **kwargs):
"""
Expand Down

0 comments on commit 5221ee8

Please sign in to comment.