Fix lint issues

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2023-01-18 10:56:13 +01:00
parent a38db2a55b
commit 7e14c66c4d
No known key found for this signature in database
GPG key ID: F072ACA227ACD71D
2 changed files with 2 additions and 1 deletions

View file

@ -17,5 +17,6 @@
from . import bignum_common
class EcpOperationCommon(bignum_common.ModOperationCommon):
#pylint: disable=abstract-method
"""Target for ecp test case generation."""
pass

View file

@ -57,7 +57,7 @@ import sys
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