Skip to content

Commit 1efe75e

Browse files
author
Roland Hedberg
committed
Fixed imports
1 parent e7dfe6b commit 1efe75e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/test_37_entity_categories.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
from contextlib import closing
2-
from saml2 import saml, sigver
3-
from saml2 import md
2+
from saml2 import sigver
43
from saml2 import config
54
from saml2.assertion import Policy
65
from saml2.attribute_converter import ac_factory
7-
from saml2.extension import mdui
8-
from saml2.extension import idpdisc
9-
from saml2.extension import dri
10-
from saml2.extension import mdattr
11-
from saml2.extension import ui
126
from pathutils import full_path
137
from saml2.mdstore import MetadataStore
148
from saml2.server import Server
15-
from saml2 import xmldsig
16-
from saml2 import xmlenc
179

1810

1911
ATTRCONV = ac_factory(full_path("attributemaps"))

0 commit comments

Comments
 (0)