Skip to content

Commit 8e44c77

Browse files
committed
Remove unused imports
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 0dc35e8 commit 8e44c77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/saml2/sigver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@
3333
from saml2 import class_name
3434
from saml2 import saml
3535
from saml2 import ExtensionElement
36-
from saml2 import VERSION
3736
from saml2.cert import OpenSSLWrapper
3837
from saml2.extension import pefim
3938
from saml2.extension.pefim import SPCertEnc
4039
from saml2.saml import EncryptedAssertion
41-
from saml2.s_utils import sid
4240
from saml2.s_utils import Unsupported
43-
from saml2.time_util import instant
4441
from saml2.time_util import str_to_time
4542
from saml2.xmldsig import ALLOWED_CANONICALIZATIONS
4643
from saml2.xmldsig import ALLOWED_TRANSFORMS

0 commit comments

Comments
 (0)