mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Fix pep8 fail that crept in
Not sure how, but this crept in via https://review.openstack.org/#/c/281691/ Change-Id: I919276ee5204277dbc5e96f4de4b98381142423a
This commit is contained in:
parent
5d2f4107b4
commit
0ea80a92f0
1 changed files with 1 additions and 1 deletions
|
|
@ -339,4 +339,4 @@ class ShowRouter(command.ShowOne):
|
|||
obj = client.find_router(parsed_args.router, ignore_missing=False)
|
||||
columns = _get_columns(obj)
|
||||
data = utils.get_item_properties(obj, columns, formatters=_formatters)
|
||||
return columns, data
|
||||
return columns, data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue