Make pylint happy

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2022-10-31 14:32:46 +00:00
parent 133f4e427b
commit 88e3177fcc

View File

@ -83,7 +83,7 @@ class BignumCoreCTLookup(BignumCoreTarget, metaclass=ABCMeta):
(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,
bitsize: int, descr: str, window_size: int) -> None: