Skip to content

Commit 0ea80a9

Browse files
author
Dean Troyer
committed
Fix pep8 fail that crept in
Not sure how, but this crept in via https://review.openstack.org/#/c/281691/ Change-Id: I919276ee5204277dbc5e96f4de4b98381142423a
1 parent 5d2f410 commit 0ea80a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/network/v2/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,4 @@ def take_action(self, parsed_args):
339339
obj = client.find_router(parsed_args.router, ignore_missing=False)
340340
columns = _get_columns(obj)
341341
data = utils.get_item_properties(obj, columns, formatters=_formatters)
342-
return columns, data
342+
return columns, data

0 commit comments

Comments
 (0)