Correct code style

pull/8630/head
Ben Banfield-Zanin 2020-10-22 16:51:56 +01:00
parent b9120af869
commit ec15ee1793
1 changed files with 1 additions and 2 deletions

View File

@ -125,8 +125,7 @@ class SamlHandler:
URL to redirect to
"""
reqid, info = self._saml_client.prepare_for_authenticate(
entityid=self._saml_idp_entityid,
relay_state=client_redirect_url
entityid=self._saml_idp_entityid, relay_state=client_redirect_url
)
# Since SAML sessions timeout it is useful to log when they were created.