summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/entity.py')
-rw-r--r--src/saml2/entity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/saml2/entity.py b/src/saml2/entity.py
index b56388d9..f826177e 100644
--- a/src/saml2/entity.py
+++ b/src/saml2/entity.py
@@ -5,7 +5,6 @@ from hashlib import sha1
import logging
import requests
-import six
from saml2 import BINDING_HTTP_ARTIFACT
from saml2 import BINDING_HTTP_POST
@@ -674,7 +673,6 @@ class Entity(HTTPBase):
return response
except Exception as ex:
exception = ex
- pass
if exception:
raise exception
return response