From c05e237a8ad648203c21ed2c163130bd158b03e1 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 15 Aug 2024 14:11:26 +0100 Subject: [PATCH] trivial: Remove errant trailing commas This throws ruff-format, which we're going to be applying soon enough. Change-Id: I8d9e76c6f7e5da97da97877d4cbe02780fd90b2e --- keystoneauth1/loading/_plugins/identity/v3.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/keystoneauth1/loading/_plugins/identity/v3.py b/keystoneauth1/loading/_plugins/identity/v3.py index 25fdf6f7..4c24a0a0 100644 --- a/keystoneauth1/loading/_plugins/identity/v3.py +++ b/keystoneauth1/loading/_plugins/identity/v3.py @@ -303,12 +303,8 @@ def get_options(self): loading.Opt('application_credential_secret', secret=True, required=True, help="Application credential auth secret"), - ]), - options.extend([ loading.Opt('application_credential_id', help='Application credential ID'), - ]), - options.extend([ loading.Opt('application_credential_name', help='Application credential name'), ]) @@ -381,13 +377,9 @@ def get_options(self): loading.Opt('oauth2_endpoint', required=True, help='Endpoint for OAuth2.0'), - ]), - options.extend([ loading.Opt('oauth2_client_id', required=True, help='Client id for OAuth2.0'), - ]), - options.extend([ loading.Opt('oauth2_client_secret', secret=True, required=True,