mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "refectoring: remove duplicate declaration"
This commit is contained in:
commit
34ae192332
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