Skip to content

Commit 0639a45

Browse files
Remove unused imports from tests (User, text_type)
1 parent b8aa7ae commit 0639a45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

djangosaml2/tests/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222

2323
from django.conf import settings
2424
from django.contrib.auth import SESSION_KEY, get_user_model
25-
from django.contrib.auth.models import User, AnonymousUser
25+
from django.contrib.auth.models import AnonymousUser
2626
from django.contrib.sessions.middleware import SessionMiddleware
2727
from django.core.urlresolvers import reverse
2828
from django.template import Template, Context
2929
from django.test import TestCase
3030
from django.test.client import RequestFactory
3131
from django.utils.text import force_text
32-
from django.utils.six import text_type
3332
from django.utils.six.moves.urllib.parse import urlparse, parse_qs
3433

3534
from saml2.config import SPConfig

0 commit comments

Comments
 (0)