We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 425e430 + 62c8b82 commit 8e95c0eCopy full SHA for 8e95c0e
1 file changed
openstackclient/identity/v3/endpoint.py
@@ -239,7 +239,7 @@ def take_action(self, parsed_args):
239
)
240
241
if endpoint:
242
- column_headers = ('ID', 'Name')
+ column_headers: tuple[str, ...] = ('ID', 'Name')
243
columns: tuple[str, ...] = ('id', 'name')
244
data = identity_client.endpoint_projects(endpoint=endpoint.id)
245
else:
0 commit comments