From 9141db25aa54c57f9fab9a37d729ba04cbea9470 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 15 Jan 2020 08:02:52 +0000 Subject: [PATCH] fix lint --- tests/test_attributes.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()