summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland@catalogix.se>2017-10-11 15:38:13 +0200
committerRoland Hedberg <roland@catalogix.se>2017-10-11 15:38:13 +0200
commit1979ae7ab081107898f0817dc91baea7e21a7281 (patch)
tree2814967b23f99d082c822959159e1d79975bc982
parentf6a47025f034fc030a6cbb8b7ec901399b58118d (diff)
downloadpysaml2-1979ae7ab081107898f0817dc91baea7e21a7281.tar.gz
Removed unused import
-rw-r--r--tests/test_51_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_51_client.py b/tests/test_51_client.py
index d72d8895..567f1ee6 100644
--- a/tests/test_51_client.py
+++ b/tests/test_51_client.py
@@ -35,7 +35,7 @@ from saml2.saml import NAMEID_FORMAT_TRANSIENT
from saml2.saml import NameID
from saml2.samlp import SessionIndex
from saml2.server import Server
-from saml2.sigver import pre_encryption_part, make_temp, pre_encrypt_assertion
+from saml2.sigver import pre_encryption_part, pre_encrypt_assertion
from saml2.sigver import rm_xmltag
from saml2.sigver import verify_redirect_signature
from saml2.s_utils import do_attribute_statement