Fix lint issues

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/tests/scripts/generate_ecp_tests.py b/tests/scripts/generate_ecp_tests.py
index 89186c1..73434d9 100755
--- a/tests/scripts/generate_ecp_tests.py
+++ b/tests/scripts/generate_ecp_tests.py
@@ -57,7 +57,7 @@
 
 import scripts_path # pylint: disable=unused-import
 from mbedtls_dev import test_data_generation
-from mbedtls_dev import ecp_common
+
 # Import modules containing additional test classes
 # Test function classes in these modules will be registered by
 # the framework