We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d987dc0 commit 1f4fa32Copy full SHA for 1f4fa32
1 file changed
djangosaml2/conf.py
@@ -14,13 +14,10 @@
14
# limitations under the License.
15
16
import copy
17
+from importlib import import_module
18
19
from django.conf import settings
20
from django.core.exceptions import ImproperlyConfigured
-try:
21
- from importlib import import_module
22
-except ImportError:
23
- from django.utils.importlib import import_module
24
25
from saml2.config import SPConfig
26
0 commit comments