Skip to content

Commit

Permalink
Removed unsued import, HTTPError in v1/images.py.
Browse files Browse the repository at this point in the history
Fixes bug 1235762

Change-Id: Ice5574f1f61d5064d73f0dd41a1f183b951e145f
  • Loading branch information
pamplifier committed Oct 5, 2013
1 parent 5048cee commit 43fd5ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions glance/api/v1/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

import eventlet
from oslo.config import cfg
from webob.exc import (HTTPError,
HTTPNotFound,
from webob.exc import (HTTPNotFound,
HTTPConflict,
HTTPBadRequest,
HTTPForbidden,
Expand Down

0 comments on commit 43fd5ac

Please sign in to comment.