mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Fix lint issues
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
a38db2a55b
commit
7e14c66c4d
@ -17,5 +17,6 @@
|
|||||||
from . import bignum_common
|
from . import bignum_common
|
||||||
|
|
||||||
class EcpOperationCommon(bignum_common.ModOperationCommon):
|
class EcpOperationCommon(bignum_common.ModOperationCommon):
|
||||||
|
#pylint: disable=abstract-method
|
||||||
"""Target for ecp test case generation."""
|
"""Target for ecp test case generation."""
|
||||||
pass
|
pass
|
||||||
|
@ -57,7 +57,7 @@ import sys
|
|||||||
|
|
||||||
import scripts_path # pylint: disable=unused-import
|
import scripts_path # pylint: disable=unused-import
|
||||||
from mbedtls_dev import test_data_generation
|
from mbedtls_dev import test_data_generation
|
||||||
from mbedtls_dev import ecp_common
|
|
||||||
# Import modules containing additional test classes
|
# Import modules containing additional test classes
|
||||||
# Test function classes in these modules will be registered by
|
# Test function classes in these modules will be registered by
|
||||||
# the framework
|
# the framework
|
||||||
|
Loading…
x
Reference in New Issue
Block a user