mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix pylint issues
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
2038ce976e
commit
b6875086e6
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
from typing import List
|
||||
|
||||
from . import test_case
|
||||
from . import test_data_generation
|
||||
from . import bignum_common
|
||||
|
||||
|
|
@ -34,7 +33,7 @@ class EcpP192R1Raw(bignum_common.ModOperationCommon,
|
|||
input_style = "fixed"
|
||||
arity = 1
|
||||
|
||||
moduli = [ "fffffffffffffffffffffffffffffffeffffffffffffffff" ] # type: List[str]
|
||||
moduli = ["fffffffffffffffffffffffffffffffeffffffffffffffff"] # type: List[str]
|
||||
|
||||
input_values = [
|
||||
"0", "1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue