Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
glassresistor committed Aug 21, 2014
1 parent 0690f61 commit 163a800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class Redirect(OAuthView, Mixin):
an error.
"""

def error_response(self, error, , status=400,
def error_response(self, error, mimetype='deprecated', status=400,
**kwargs):
"""
Return an error response to the client with default status code of
Expand Down

0 comments on commit 163a800

Please sign in to comment.