Remove unused import

Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
Joe Subbiani 2021-07-31 11:37:25 +01:00
parent a3d991c3d0
commit f2de374fc1

View file

@ -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):