diff --git a/tests/test_attributes.py b/tests/test_attributes.py index 62a8da0..6d85e68 100644 --- a/tests/test_attributes.py +++ b/tests/test_attributes.py @@ -23,10 +23,8 @@ from saml2.config import SPConfig from saml2.response import AuthnResponse from saml2.sigver import security_context -from synapse.api.errors import RedirectException - from matrix_synapse_saml_mozilla._sessions import username_mapping_sessions - +from synapse.api.errors import RedirectException from . import create_mapping_provider logging.basicConfig()