Merge "Cleaning imports in code"

This commit is contained in:
Jenkins 2016-08-26 09:54:42 +00:00 committed by Gerrit Code Review
commit 050bc963e2
2 changed files with 2 additions and 7 deletions

View File

@ -29,10 +29,7 @@ from oslo_utils import reflection
import keystone.conf
from keystone import exception
from keystone.i18n import _
from keystone.i18n import _LI
from keystone.i18n import _LW
from keystone.i18n import _, _LI, _LW
__all__ = ('KeyValueStore', 'KeyValueStoreLock', 'LockTimeout',
'get_key_value_store')

View File

@ -41,9 +41,7 @@ from keystone.common import request as request_mod
from keystone.common import utils
import keystone.conf
from keystone import exception
from keystone.i18n import _
from keystone.i18n import _LI
from keystone.i18n import _LW
from keystone.i18n import _, _LI, _LW
from keystone.models import token_model