Skip to content

Commit 0fcac2f

Browse files
authored
Refactor: remove unused code
This statement have no effect.
1 parent 18407bf commit 0fcac2f

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)