mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 17:09:41 -04:00
Make pylint happy
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
133f4e427b
commit
88e3177fcc
@ -83,7 +83,7 @@ class BignumCoreCTLookup(BignumCoreTarget, metaclass=ABCMeta):
|
|||||||
(4096, "Large FF/RSA sized"),
|
(4096, "Large FF/RSA sized"),
|
||||||
]
|
]
|
||||||
|
|
||||||
window_sizes = [ 0, 1, 2, 3, 4, 5, 6 ]
|
window_sizes = [0, 1, 2, 3, 4, 5, 6]
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
bitsize: int, descr: str, window_size: int) -> None:
|
bitsize: int, descr: str, window_size: int) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user