[module_utils/aws/urls] remove assigning variable itself (#45612)

Flagged by lgtm.com
This commit is contained in:
Michael Scherer 2018-09-13 23:42:04 +02:00 committed by Sloane Hertel
parent 8d6522c671
commit 518f80c3fb

View file

@ -157,8 +157,6 @@ def signed_request(
if method is "GET":
body = ""
body = body
# Derived data
body_hash = hexdigest(body)