Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed May 10, 2023
1 parent 93dfc64 commit f3277b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/api/user_saml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f3277b6

Please sign in to comment.