From f2de374fc1f16ffa0c9c0ee6612d2ada23e699fb Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Sat, 31 Jul 2021 11:37:25 +0100 Subject: [PATCH] Remove unused import Signed-off-by: Joe Subbiani --- tests/scripts/translate_ciphers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/scripts/translate_ciphers.py b/tests/scripts/translate_ciphers.py index 39339c3d2..eec340735 100755 --- a/tests/scripts/translate_ciphers.py +++ b/tests/scripts/translate_ciphers.py @@ -26,7 +26,6 @@ sys.argv[2] should be a string containing one or more ciphersuite names. """ import re -import sys import argparse def translate_gnutls(m_cipher):