summaryrefslogtreecommitdiff
path: root/openstackclient/object/client.py
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2023-05-08 11:33:47 +0100
committerStephen Finucane <sfinucan@redhat.com>2023-05-10 10:51:30 +0100
commit329296cedd0a64e9f65b080cef749b65256db85b (patch)
treeb396ec4710102ec862d7e84c2513a86f0483d941 /openstackclient/object/client.py
parentaed521d426f45b335e1c69d8b2f6d103c916f75c (diff)
downloadpython-openstackclient-329296cedd0a64e9f65b080cef749b65256db85b.tar.gz
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 <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/object/client.py')
-rw-r--r--openstackclient/object/client.py7
1 files changed, 4 insertions, 3 deletions
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='<object-api-version>',
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