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 b8aa7ae commit 0639a45Copy full SHA for 0639a45
djangosaml2/tests/__init__.py
@@ -22,14 +22,13 @@
22
23
from django.conf import settings
24
from django.contrib.auth import SESSION_KEY, get_user_model
25
-from django.contrib.auth.models import User, AnonymousUser
+from django.contrib.auth.models import AnonymousUser
26
from django.contrib.sessions.middleware import SessionMiddleware
27
from django.core.urlresolvers import reverse
28
from django.template import Template, Context
29
from django.test import TestCase
30
from django.test.client import RequestFactory
31
from django.utils.text import force_text
32
-from django.utils.six import text_type
33
from django.utils.six.moves.urllib.parse import urlparse, parse_qs
34
35
from saml2.config import SPConfig
0 commit comments