From 329296cedd0a64e9f65b080cef749b65256db85b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 8 May 2023 11:33:47 +0100 Subject: Blacken openstackclient.object 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: I6658e76d7d1f93149f24fcab28d593195b37779f Signed-off-by: Stephen Finucane --- openstackclient/object/client.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'openstackclient/object/client.py') diff --git a/openstackclient/object/client.py b/openstackclient/object/client.py index 865f18f6..9eb7ad7b 100644 --- a/openstackclient/object/client.py +++ b/openstackclient/object/client.py @@ -50,7 +50,8 @@ def build_option_parser(parser): '--os-object-api-version', metavar='', default=utils.env('OS_OBJECT_API_VERSION'), - help='Object API version, default=' + - DEFAULT_API_VERSION + - ' (Env: OS_OBJECT_API_VERSION)') + help='Object API version, default=' + + DEFAULT_API_VERSION + + ' (Env: OS_OBJECT_API_VERSION)', + ) return parser -- cgit v1.2.1