From 0fcac2fee907c83267a77839385d4f096655fe63 Mon Sep 17 00:00:00 2001 From: Omid Raha Date: Thu, 5 May 2022 14:22:30 +0430 Subject: Refactor: remove unused code This statement have no effect. --- src/saml2/entity.py | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.1