removing extra newline

This commit is contained in:
Brian Waldon 2011-08-10 13:30:33 -04:00
parent 36f26a5664
commit f6273ba08d
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class BadRequest(ClientException):
message = "Bad request"
class Unauthorized(ClientException):
"""
HTTP 401 - Unauthorized: bad credentials.