Merge "Cleaning imports in code"
This commit is contained in:
commit
050bc963e2
@ -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')
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user