Skip to content

Commit

Permalink
Ignore types
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Sep 11, 2024
1 parent 8d8c33f commit bf9e06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_saml2_auth/saml.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_metadata(
# If there is a custom trigger, metadata is retrieved directly within the trigger
get_custom_metadata_trigger = dictor(saml2_auth_settings, "TRIGGER.GET_CUSTOM_METADATA")
if get_custom_metadata_trigger:
return run_hook(get_custom_metadata_trigger, user_id, domain, saml_response)
return run_hook(get_custom_metadata_trigger, user_id, domain, saml_response) # type: ignore

get_metadata_trigger = dictor(saml2_auth_settings, "TRIGGER.GET_METADATA_AUTO_CONF_URLS")
if get_metadata_trigger:
Expand Down

0 comments on commit bf9e06b

Please sign in to comment.