From 58c46d66353b85d16710561bf6091110f1b184c5 Mon Sep 17 00:00:00 2001 From: yuyafei Date: Tue, 5 Jul 2016 16:21:47 +0800 Subject: [PATCH] Remove white space between print and () TrivialFix Change-Id: I65546f177b6d1014b34be3c6a28cf52c9d39ab70 --- novaclient/v2/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py index ceb6dfe92..b322eefa6 100644 --- a/novaclient/v2/shell.py +++ b/novaclient/v2/shell.py @@ -5026,7 +5026,7 @@ def do_version_list(cs, args): print(_("Maximum version %(v)s") % {'v': novaclient.API_MAX_VERSION.get_string()}) - print (_("\nServer supported API versions:")) + print(_("\nServer supported API versions:")) utils.print_list(result, columns)