We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc35e8 commit 8e44c77Copy full SHA for 8e44c77
src/saml2/sigver.py
@@ -33,14 +33,11 @@
33
from saml2 import class_name
34
from saml2 import saml
35
from saml2 import ExtensionElement
36
-from saml2 import VERSION
37
from saml2.cert import OpenSSLWrapper
38
from saml2.extension import pefim
39
from saml2.extension.pefim import SPCertEnc
40
from saml2.saml import EncryptedAssertion
41
-from saml2.s_utils import sid
42
from saml2.s_utils import Unsupported
43
-from saml2.time_util import instant
44
from saml2.time_util import str_to_time
45
from saml2.xmldsig import ALLOWED_CANONICALIZATIONS
46
from saml2.xmldsig import ALLOWED_TRANSFORMS
0 commit comments