summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmid Raha <omidraha@users.noreply.github.com>2022-05-05 14:22:30 +0430
committerGitHub <noreply@github.com>2022-05-05 14:22:30 +0430
commit0fcac2fee907c83267a77839385d4f096655fe63 (patch)
tree88804535ff9d0cd37728ec367746d91771b76094
parent18407bfe15da389f698d7c93471f10e38f1ca702 (diff)
downloadpysaml2-0fcac2fee907c83267a77839385d4f096655fe63.tar.gz
Refactor: remove unused code
This statement have no effect.
-rw-r--r--src/saml2/entity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/saml2/entity.py b/src/saml2/entity.py
index 24cb95f6..d7061a45 100644
--- a/src/saml2/entity.py
+++ b/src/saml2/entity.py
@@ -287,7 +287,6 @@ class Entity(HTTPBase):
if binding == BINDING_HTTP_POST:
logger.info("HTTP POST")
info = http_form_post_message(msg_str, destination, relay_state, typ)
- (msg_str, destination, relay_state, typ)
info["url"] = destination
info["method"] = "POST"
elif binding == BINDING_HTTP_REDIRECT: