summaryrefslogtreecommitdiff
path: root/src/saml2/s2repoze/plugins/sp.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/s2repoze/plugins/sp.py')
-rw-r--r--src/saml2/s2repoze/plugins/sp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/saml2/s2repoze/plugins/sp.py b/src/saml2/s2repoze/plugins/sp.py
index e3d25bfe..9d107795 100644
--- a/src/saml2/s2repoze/plugins/sp.py
+++ b/src/saml2/s2repoze/plugins/sp.py
@@ -23,7 +23,6 @@ from repoze.who.interfaces import IAuthenticator
from repoze.who.interfaces import IChallenger
from repoze.who.interfaces import IIdentifier
from repoze.who.interfaces import IMetadataProvider
-import six
from zope.interface import implementer
from saml2 import BINDING_HTTP_POST
@@ -219,7 +218,6 @@ class SAML2Plugin:
break
except KeyError:
logger.debug("No IdP entity ID in query: %s", query)
- pass
if idp_entity_id is None:
if len(idps) == 1: