From f3277b65523e0b8957205f32dcb2bed14d845b88 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Wed, 10 May 2023 14:37:05 +0200 Subject: [PATCH] flake8 --- server/api/user_saml.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/api/user_saml.py b/server/api/user_saml.py index b88a15950..5cad43eed 100644 --- a/server/api/user_saml.py +++ b/server/api/user_saml.py @@ -60,9 +60,8 @@ def status_to_string(status): # See https://github.com/SURFscz/SBS/issues/152 -def _perform_sram_login(uid, service, service_entity_id, user_email, home_organisation_uid, schac_home_organisation, \ - issuer_id, - require_2fa=True): +def _perform_sram_login(uid, service, service_entity_id, user_email, home_organisation_uid, + schac_home_organisation, issuer_id, require_2fa=True): logger = ctx_logger("user_api") logger.debug("SBS login flow")