Merge "remove #noqa from i18n imports"
This commit is contained in:
commit
35ea7a9baa
@ -20,7 +20,7 @@ import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
def _xform_common_availability_zone(az, zone_info):
|
||||
|
@ -32,7 +32,7 @@ except ImportError:
|
||||
from openstackclient.common import exceptions
|
||||
from openstackclient.common import parseractions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common as identity_common
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class DeleteService(command.Command):
|
||||
|
@ -17,7 +17,7 @@ import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
def _format_endpoints(eps=None):
|
||||
|
@ -20,7 +20,7 @@ import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class CreateEC2Creds(command.ShowOne):
|
||||
|
@ -19,7 +19,7 @@ import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import parseractions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class CreateProject(command.ShowOne):
|
||||
|
@ -22,7 +22,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import exceptions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class AddRole(command.ShowOne):
|
||||
|
@ -21,7 +21,7 @@ import six
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import exceptions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class IssueToken(command.ShowOne):
|
||||
|
@ -21,7 +21,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class CreateUser(command.ShowOne):
|
||||
|
@ -17,7 +17,7 @@ import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
def _format_endpoints(eps=None):
|
||||
|
@ -22,7 +22,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class CreateDomain(command.ShowOne):
|
||||
|
@ -16,7 +16,7 @@ import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import parseractions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ import six
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
class CreateRegion(command.ShowOne):
|
||||
|
@ -22,7 +22,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ from keystoneauth1 import exceptions as ks_exc
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@ from openstackclient.api import utils as api_utils
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import parseractions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
DEFAULT_CONTAINER_FORMAT = 'bare'
|
||||
|
@ -25,7 +25,7 @@ from openstackclient.common import command
|
||||
from openstackclient.common import exceptions
|
||||
from openstackclient.common import parseractions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@ from openstackclient.common import command
|
||||
from openstackclient.common import exceptions
|
||||
from openstackclient.common import parseractions
|
||||
from openstackclient.common import utils
|
||||
from openstackclient.i18n import _ # noqa
|
||||
from openstackclient.i18n import _
|
||||
from openstackclient.identity import common as identity_common
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user