Skip to content

Commit

Permalink
remove double import
Browse files Browse the repository at this point in the history
  • Loading branch information
helylle committed Sep 4, 2024
1 parent 770b3c2 commit 988c8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eduid/webapp/idp/tests/test_SSO.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from eduid.webapp.common.session import session
from eduid.webapp.common.session.logindata import ExternalMfaData
from eduid.webapp.common.session.namespaces import IdP_SAMLPendingRequest, RequestRef
from eduid.webapp.idp.assurance_data import EduidAuthnContextClass, SwamidAssurance
from eduid.webapp.idp.assurance_data import SwamidAssurance
from eduid.webapp.idp.helpers import IdPMsg
from eduid.webapp.idp.idp_authn import AuthnData
from eduid.webapp.idp.idp_saml import IdP_SAMLRequest, ServiceInfo
Expand Down

0 comments on commit 988c8c1

Please sign in to comment.