Skip to content

Commit

Permalink
Remove unused variable, keep lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pghmcfc committed Mar 21, 2022
1 parent c5b1714 commit 5dcdb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def sha1_signing_unsupported():
)
message = b"Some dummy text"
try:
signature = private_key.sign(
private_key.sign(
message,
padding.PSS(
mgf=padding.MGF1(hashes.SHA1()),
Expand Down

0 comments on commit 5dcdb2c

Please sign in to comment.