Skip to content

Commit f36c50b

Browse files
Merge pull request #860 from omidraha/patch-2
Refactor: remove unused code
2 parents 18407bf + 0fcac2f commit f36c50b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/saml2/entity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def apply_binding(
287287
if binding == BINDING_HTTP_POST:
288288
logger.info("HTTP POST")
289289
info = http_form_post_message(msg_str, destination, relay_state, typ)
290-
(msg_str, destination, relay_state, typ)
291290
info["url"] = destination
292291
info["method"] = "POST"
293292
elif binding == BINDING_HTTP_REDIRECT:

0 commit comments

Comments
 (0)