diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-19 09:08:57 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-19 09:08:57 +0000 |
| commit | 35ea7a9baa498812e6f0d6e70a2f24ad6a360730 (patch) | |
| tree | 3bec412538a18fa5eb4488c49299404246f3530f /openstackclient/image | |
| parent | 795656184e2d864c30b8e42d13a12d5021680e8b (diff) | |
| parent | ebcbd6ba7199edd7f659da4dc525c9702919d296 (diff) | |
| download | python-openstackclient-35ea7a9baa498812e6f0d6e70a2f24ad6a360730.tar.gz | |
Merge "remove #noqa from i18n imports"
Diffstat (limited to 'openstackclient/image')
| -rw-r--r-- | openstackclient/image/v1/image.py | 2 | ||||
| -rw-r--r-- | openstackclient/image/v2/image.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/image/v1/image.py b/openstackclient/image/v1/image.py index 0d085597..14e894b0 100644 --- a/openstackclient/image/v1/image.py +++ b/openstackclient/image/v1/image.py @@ -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' diff --git a/openstackclient/image/v2/image.py b/openstackclient/image/v2/image.py index 40ddd4b9..818f375a 100644 --- a/openstackclient/image/v2/image.py +++ b/openstackclient/image/v2/image.py @@ -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 |
