From 5dcdb2c1f258f66331f648503b0d482c4e326a43 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 21 Mar 2022 09:34:27 +0000 Subject: Remove unused variable, keep lint happy --- tests/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/util.py') diff --git a/tests/util.py b/tests/util.py index ce96dc88..e6551ac7 100644 --- a/tests/util.py +++ b/tests/util.py @@ -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()), -- cgit v1.2.3