Skip to content

Commit 8e95c0e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "typing: Indicate another tuple to be extended"
2 parents 425e430 + 62c8b82 commit 8e95c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstackclient/identity/v3/endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def take_action(self, parsed_args):
239239
)
240240

241241
if endpoint:
242-
column_headers = ('ID', 'Name')
242+
column_headers: tuple[str, ...] = ('ID', 'Name')
243243
columns: tuple[str, ...] = ('id', 'name')
244244
data = identity_client.endpoint_projects(endpoint=endpoint.id)
245245
else:

0 commit comments

Comments
 (0)