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:
Stephen Finucane
2025-04-01 13:14:33 +01:00
parent c9e4e5404f
commit 62c8b8217e

View File

@@ -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: