mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
refectoring: remove duplicate declaration
Change-Id: I0d9e3d25bc42df56be31defaea13bbe7aaa21caa Signed-off-by: Youngjun <yj.yoo@okestro.com>
This commit is contained in:
parent
2f9a523765
commit
a4db11c62e
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ def _get_columns_network(item):
|
|||
'tags': 'tags',
|
||||
}
|
||||
hidden_columns = ['location', 'tenant_id']
|
||||
hidden_columns = ['location']
|
||||
return utils.get_osc_show_columns_for_sdk_resource(
|
||||
item, column_map, hidden_columns
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue