commit | 8a261646847b46bc27a59b64f48c5df02086104a | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Fri Dec 16 17:18:28 2022 +0100 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Tue Dec 20 17:30:19 2022 +0100 |
tree | f25ea888f03a3bef0893fc7e8b12734c84a9641f | |
parent | 809baef2dd91dc344a89170485ffea9aeaad33f3 [diff] [blame] |
Supress pylint's duplicated code warning Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/scripts/mbedtls_dev/bignum_mod.py b/scripts/mbedtls_dev/bignum_mod.py index 1960723..a83e136 100644 --- a/scripts/mbedtls_dev/bignum_mod.py +++ b/scripts/mbedtls_dev/bignum_mod.py
@@ -33,6 +33,7 @@ class BignumModMul(bignum_common.ModOperationCommon, BignumModTarget): + # pylint:disable=duplicate-code """Test cases for bignum mpi_mod_mul().""" symbol = "*" test_function = "mpi_mod_mul"