commit | 7e14c66c4dc9f49f64ae9680a6b30350e9dc98aa | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Wed Jan 18 10:56:13 2023 +0100 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Wed Jan 18 10:56:13 2023 +0100 |
tree | e1519649286bfe1ccc2d2c55c417ddac87125963 | |
parent | a38db2a55bd8383d78ef20d3a2a2190c8563984e [diff] [blame] |
Fix lint issues Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/scripts/mbedtls_dev/ecp_common.py b/scripts/mbedtls_dev/ecp_common.py index 5b10a5d..311b912 100644 --- a/scripts/mbedtls_dev/ecp_common.py +++ b/scripts/mbedtls_dev/ecp_common.py
@@ -17,5 +17,6 @@ from . import bignum_common class EcpOperationCommon(bignum_common.ModOperationCommon): + #pylint: disable=abstract-method """Target for ecp test case generation.""" pass