Skip to content

Commit 1ce5405

Browse files
committed
Add missing import
1 parent 279c81d commit 1ce5405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangosaml2/tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from djangosaml2.conf import get_config
3838
from djangosaml2.signals import post_authenticated
3939
from djangosaml2.tests import conf
40+
from djangosaml2.tests.utils import SAMLPostFormParser
4041
from djangosaml2.tests.auth_response import auth_response
4142
from djangosaml2.views import finish_logout
4243
from saml2.config import SPConfig

0 commit comments

Comments
 (0)