Modified code Pyflakes warning.
File api_common.py: W402 'wsgi' imported but unused Change-Id: If475bae879d2f0412d48fed5eb5c819c7d941f14
This commit is contained in:
parent
ef12aca2eb
commit
64fac12b20
@ -19,8 +19,6 @@ import logging
|
|||||||
|
|
||||||
from webob import exc
|
from webob import exc
|
||||||
|
|
||||||
from quantum import wsgi
|
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user