From 7ca43885c26d9dd7903e7015c0a31f3486730eea Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 8 May 2023 11:34:37 +0100 Subject: Blacken openstackclient.image Black used with the '-l 79 -S' flags. A future change will ignore this commit in git-blame history by adding a 'git-blame-ignore-revs' file. Change-Id: I6420ec6fd550903b03083b9b1f8391511913c86f Signed-off-by: Stephen Finucane --- openstackclient/image/client.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openstackclient/image/client.py') 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='', 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 -- cgit v1.2.1