style: linting fixes
This commit is contained in:
parent
5e7fcb46f2
commit
2ef76f2572
1 changed files with 1 additions and 3 deletions
|
|
@ -325,9 +325,7 @@ class RazorpaySettings(Document):
|
|||
key = bytes(key, 'utf-8')
|
||||
body = bytes(body, 'utf-8')
|
||||
|
||||
dig = hmac.new(key=key,
|
||||
msg=body,
|
||||
digestmod=hashlib.sha256)
|
||||
dig = hmac.new(key=key, msg=body, digestmod=hashlib.sha256)
|
||||
|
||||
generated_signature = dig.hexdigest()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue