diff --git a/novaclient/exceptions.py b/novaclient/exceptions.py index cfbb0d4d5..5be79012f 100644 --- a/novaclient/exceptions.py +++ b/novaclient/exceptions.py @@ -33,7 +33,6 @@ class BadRequest(ClientException): message = "Bad request" - class Unauthorized(ClientException): """ HTTP 401 - Unauthorized: bad credentials.