From 518f80c3fb0226265bfddc0b9264d37d24fec09c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 13 Sep 2018 23:42:04 +0200 Subject: [PATCH] [module_utils/aws/urls] remove assigning variable itself (#45612) Flagged by lgtm.com --- lib/ansible/module_utils/aws/urls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/module_utils/aws/urls.py b/lib/ansible/module_utils/aws/urls.py index 438365bc27..55e22c6d15 100644 --- a/lib/ansible/module_utils/aws/urls.py +++ b/lib/ansible/module_utils/aws/urls.py @@ -157,8 +157,6 @@ def signed_request( if method is "GET": body = "" - body = body - # Derived data body_hash = hexdigest(body)