mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[module_utils/aws/urls] remove assigning variable itself (#45612)
Flagged by lgtm.com
This commit is contained in:
parent
8d6522c671
commit
518f80c3fb
1 changed files with 0 additions and 2 deletions
|
@ -157,8 +157,6 @@ def signed_request(
|
|||
if method is "GET":
|
||||
body = ""
|
||||
|
||||
body = body
|
||||
|
||||
# Derived data
|
||||
|
||||
body_hash = hexdigest(body)
|
||||
|
|
Loading…
Add table
Reference in a new issue