summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2021-10-19 13:11:29 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2021-10-19 13:33:53 +0300
commit8e44c77c68837f8237e52cbd34faefef5cd5d3b3 (patch)
tree16840ee41b1728692d689d396170b6f035b75d04
parent0dc35e86392ad028ff4db34448069b4a50ece116 (diff)
downloadpysaml2-8e44c77c68837f8237e52cbd34faefef5cd5d3b3.tar.gz
Remove unused imports
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--src/saml2/sigver.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/saml2/sigver.py b/src/saml2/sigver.py
index c9c66b13..6d1d0f40 100644
--- a/src/saml2/sigver.py
+++ b/src/saml2/sigver.py
@@ -33,14 +33,11 @@ from saml2 import extension_elements_to_elements
from saml2 import class_name
from saml2 import saml
from saml2 import ExtensionElement
-from saml2 import VERSION
from saml2.cert import OpenSSLWrapper
from saml2.extension import pefim
from saml2.extension.pefim import SPCertEnc
from saml2.saml import EncryptedAssertion
-from saml2.s_utils import sid
from saml2.s_utils import Unsupported
-from saml2.time_util import instant
from saml2.time_util import str_to_time
from saml2.xmldsig import ALLOWED_CANONICALIZATIONS
from saml2.xmldsig import ALLOWED_TRANSFORMS