typing: Indicate another tuple to be extended
One has been introduced since Ie5907de8d60f2f39e98f6a88227cebb2e2ff565c merged. Change-Id: I37f7bf58a2cbecb69b370e832e56daa310cea3b6 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -239,7 +239,7 @@ class ListEndpoint(command.Lister):
|
||||
)
|
||||
|
||||
if endpoint:
|
||||
column_headers = ('ID', 'Name')
|
||||
column_headers: tuple[str, ...] = ('ID', 'Name')
|
||||
columns: tuple[str, ...] = ('id', 'name')
|
||||
data = identity_client.endpoint_projects(endpoint=endpoint.id)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user