summaryrefslogtreecommitdiff
path: root/src/saml2/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/response.py')
-rw-r--r--src/saml2/response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/response.py b/src/saml2/response.py
index b5e35149..21abae9a 100644
--- a/src/saml2/response.py
+++ b/src/saml2/response.py
@@ -1121,7 +1121,7 @@ class AuthnResponse(StatusResponse):
raise StatusInvalidAuthnResponseStatement(
"The Authn Response Statement is not valid"
)
-
+
def __str__(self):
return self.xmlstr