Skip to content

Commit

Permalink
Removed toString function
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcolon committed Sep 17, 2017
1 parent 97da923 commit 7361c2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/responses/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ def __init__(self, errors, status_code):

def json(self):
return self.errors

def __str__(self):
return 'Status: {}, Errors: {}'.format(self.status_code, self.errors)

0 comments on commit 7361c2f

Please sign in to comment.