Merge "typing: Indicate another tuple to be extended"
This commit is contained in:
@@ -239,7 +239,7 @@ class ListEndpoint(command.Lister):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if endpoint:
|
if endpoint:
|
||||||
column_headers = ('ID', 'Name')
|
column_headers: tuple[str, ...] = ('ID', 'Name')
|
||||||
columns: tuple[str, ...] = ('id', 'name')
|
columns: tuple[str, ...] = ('id', 'name')
|
||||||
data = identity_client.endpoint_projects(endpoint=endpoint.id)
|
data = identity_client.endpoint_projects(endpoint=endpoint.id)
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user