Skip to content

Commit 4305306

Browse files
committed
mock
1 parent 9aa267f commit 4305306

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

djangosaml2/tests/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616

1717
import base64
1818
import datetime
19-
import mock
2019
import re
2120
import sys
22-
23-
from unittest import skip
21+
from unittest import mock, skip
2422

2523
from django.conf import settings
2624
from django.contrib.auth import SESSION_KEY, get_user_model
@@ -37,8 +35,8 @@
3735
from djangosaml2.conf import get_config
3836
from djangosaml2.signals import post_authenticated
3937
from djangosaml2.tests import conf
40-
from djangosaml2.tests.utils import SAMLPostFormParser
4138
from djangosaml2.tests.auth_response import auth_response
39+
from djangosaml2.tests.utils import SAMLPostFormParser
4240
from djangosaml2.views import finish_logout
4341

4442
try:

0 commit comments

Comments
 (0)