summaryrefslogtreecommitdiff
path: root/openstackclient/image/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/image/client.py')
-rw-r--r--openstackclient/image/client.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/openstackclient/image/client.py b/openstackclient/image/client.py
index 9a0d7bac..a3da099a 100644
--- a/openstackclient/image/client.py
+++ b/openstackclient/image/client.py
@@ -32,7 +32,6 @@ API_VERSIONS = {
def make_client(instance):
-
LOG.debug(
'Image client initialized using OpenStack SDK: %s',
instance.sdk_connection.image,
@@ -46,7 +45,7 @@ def build_option_parser(parser):
'--os-image-api-version',
metavar='<image-api-version>',
default=utils.env('OS_IMAGE_API_VERSION'),
- help=_('Image API version, default=%s (Env: OS_IMAGE_API_VERSION)') %
- DEFAULT_API_VERSION,
+ help=_('Image API version, default=%s (Env: OS_IMAGE_API_VERSION)')
+ % DEFAULT_API_VERSION,
)
return parser