Skip to content

Commit 132db76

Browse files
committed
undo change
1 parent 6f72ffa commit 132db76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

djangosaml2/tests/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@
2828
from django.template import Context, Template
2929
from django.test import TestCase
3030
from django.test.client import RequestFactory
31-
from saml2.config import SPConfig
32-
from saml2.s_utils import decode_base64_and_inflate, deflate_and_base64_encode
33-
3431
from djangosaml2 import views
3532
from djangosaml2.cache import OutstandingQueriesCache
3633
from djangosaml2.conf import get_config
3734
from djangosaml2.signals import post_authenticated
3835
from djangosaml2.tests import conf
39-
from djangosaml2.tests.auth_response import auth_response
4036
from djangosaml2.tests.utils import SAMLPostFormParser
37+
from djangosaml2.tests.auth_response import auth_response
4138
from djangosaml2.views import finish_logout
39+
from saml2.config import SPConfig
40+
from saml2.s_utils import decode_base64_and_inflate, deflate_and_base64_encode
4241

4342
try:
4443
from django.urls import reverse

0 commit comments

Comments
 (0)