summaryrefslogtreecommitdiff
path: root/openstackclient/network/client.py
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2023-05-08 11:03:05 +0100
committerStephen Finucane <sfinucan@redhat.com>2023-05-10 10:51:30 +0100
commit6475dc58e8baa199d948c4b2d250c1fb45e0bd30 (patch)
tree063e722cef74bdedadd6458be13cbfedb880e55e /openstackclient/network/client.py
parent35ba1d8f1304d3255b96b704d524666ec5b6fea2 (diff)
downloadpython-openstackclient-6475dc58e8baa199d948c4b2d250c1fb45e0bd30.tar.gz
Blacken openstackclient.network
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: I8048746dbc2ef0cb582f68934734db4c1153d779 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/network/client.py')
-rw-r--r--openstackclient/network/client.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/openstackclient/network/client.py b/openstackclient/network/client.py
index 39936fde..887be52c 100644
--- a/openstackclient/network/client.py
+++ b/openstackclient/network/client.py
@@ -50,7 +50,9 @@ def build_option_parser(parser):
'--os-network-api-version',
metavar='<network-api-version>',
default=utils.env('OS_NETWORK_API_VERSION'),
- help=_("Network API version, default=%s "
- "(Env: OS_NETWORK_API_VERSION)") % DEFAULT_API_VERSION
+ help=_(
+ "Network API version, default=%s " "(Env: OS_NETWORK_API_VERSION)"
+ )
+ % DEFAULT_API_VERSION,
)
return parser