Merge "Remove unused CONF import from placement/auth.py"

This commit is contained in:
Jenkins 2017-06-08 00:38:25 +00:00 committed by Gerrit Code Review
commit 6e64cb032e
1 changed files with 0 additions and 3 deletions

View File

@ -18,10 +18,7 @@ from oslo_middleware import request_id
import webob.dec
import webob.exc
from nova import conf
CONF = conf.CONF
LOG = logging.getLogger(__name__)