Remove white space between print and ()
TrivialFix Change-Id: I65546f177b6d1014b34be3c6a28cf52c9d39ab70
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user